ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <tiffio.h>
Public Attributes | |
int | range |
float | rstep |
float | gstep |
float | bstep |
float | X0 |
float | Y0 |
float | Z0 |
TIFFDisplay | display |
float | Yr2r [CIELABTORGB_TABLE_RANGE+1] |
float | Yg2g [CIELABTORGB_TABLE_RANGE+1] |
float | Yb2b [CIELABTORGB_TABLE_RANGE+1] |
float TIFFCIELabToRGB::bstep |
Definition at line 166 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
TIFFDisplay TIFFCIELabToRGB::display |
Definition at line 168 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
float TIFFCIELabToRGB::gstep |
Definition at line 166 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
int TIFFCIELabToRGB::range |
Definition at line 164 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
float TIFFCIELabToRGB::rstep |
Definition at line 166 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
float TIFFCIELabToRGB::X0 |
Definition at line 167 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFCIELabToXYZ().
float TIFFCIELabToRGB::Y0 |
Definition at line 167 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFCIELabToXYZ().
float TIFFCIELabToRGB::Yb2b[CIELABTORGB_TABLE_RANGE+1] |
Definition at line 171 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
float TIFFCIELabToRGB::Yg2g[CIELABTORGB_TABLE_RANGE+1] |
Definition at line 170 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
float TIFFCIELabToRGB::Yr2r[CIELABTORGB_TABLE_RANGE+1] |
Definition at line 169 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
float TIFFCIELabToRGB::Z0 |
Definition at line 167 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFCIELabToXYZ().