|
ReactOS 0.4.16-dev-2617-g01a0906
|
#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 183 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| TIFFDisplay TIFFCIELabToRGB::display |
Definition at line 185 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| float TIFFCIELabToRGB::gstep |
Definition at line 183 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| int TIFFCIELabToRGB::range |
Definition at line 181 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| float TIFFCIELabToRGB::rstep |
Definition at line 183 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| float TIFFCIELabToRGB::X0 |
Definition at line 184 of file tiffio.h.
Referenced by TIFFCIELab16ToXYZ(), and TIFFCIELabToRGBInit().
| float TIFFCIELabToRGB::Y0 |
Definition at line 184 of file tiffio.h.
Referenced by TIFFCIELab16ToXYZ(), and TIFFCIELabToRGBInit().
| float TIFFCIELabToRGB::Yb2b[CIELABTORGB_TABLE_RANGE+1] |
Definition at line 188 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| float TIFFCIELabToRGB::Yg2g[CIELABTORGB_TABLE_RANGE+1] |
Definition at line 187 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| float TIFFCIELabToRGB::Yr2r[CIELABTORGB_TABLE_RANGE+1] |
Definition at line 186 of file tiffio.h.
Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().
| float TIFFCIELabToRGB::Z0 |
Definition at line 184 of file tiffio.h.
Referenced by TIFFCIELab16ToXYZ(), and TIFFCIELabToRGBInit().