ReactOS 0.4.15-dev-7842-g558ab78
TIFFCIELabToRGB Struct Reference

#include <tiffio.h>

Collaboration diagram for TIFFCIELabToRGB:

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]
 

Detailed Description

Definition at line 163 of file tiffio.h.

Member Data Documentation

◆ bstep

float TIFFCIELabToRGB::bstep

Definition at line 166 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ display

TIFFDisplay TIFFCIELabToRGB::display

Definition at line 168 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ gstep

float TIFFCIELabToRGB::gstep

Definition at line 166 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ range

int TIFFCIELabToRGB::range

Definition at line 164 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ rstep

float TIFFCIELabToRGB::rstep

Definition at line 166 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ X0

float TIFFCIELabToRGB::X0

Definition at line 167 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFCIELabToXYZ().

◆ Y0

float TIFFCIELabToRGB::Y0

Definition at line 167 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFCIELabToXYZ().

◆ Yb2b

float TIFFCIELabToRGB::Yb2b[CIELABTORGB_TABLE_RANGE+1]

Definition at line 171 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ Yg2g

float TIFFCIELabToRGB::Yg2g[CIELABTORGB_TABLE_RANGE+1]

Definition at line 170 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ Yr2r

float TIFFCIELabToRGB::Yr2r[CIELABTORGB_TABLE_RANGE+1]

Definition at line 169 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFXYZToRGB().

◆ Z0

float TIFFCIELabToRGB::Z0

Definition at line 167 of file tiffio.h.

Referenced by TIFFCIELabToRGBInit(), and TIFFCIELabToXYZ().


The documentation for this struct was generated from the following file: