C# Class BitMiracle.LibTiff.Classic.Internal.TiffCIELabToRGB

CIE Lab 1976->RGB support
Datei anzeigen Open project: Core-Techs/TiffLibrary Class Usage Examples

Public Methods

Method Description
CIELabToXYZ ( int l, int a, int b, float &X, float &Y, float &Z ) : void
Init ( TiffDisplay refDisplay, float refWhite ) : void
XYZToRGB ( float X, float Y, float Z, int &r, int &g, int &b ) : void

Private Methods

Method Description
rInt ( float R ) : int

Method Details

CIELabToXYZ() public method

public CIELabToXYZ ( int l, int a, int b, float &X, float &Y, float &Z ) : void
l int
a int
b int
X float
Y float
Z float
return void

Init() public method

public Init ( TiffDisplay refDisplay, float refWhite ) : void
refDisplay TiffDisplay
refWhite float
return void

XYZToRGB() public method

public XYZToRGB ( float X, float Y, float Z, int &r, int &g, int &b ) : void
X float
Y float
Z float
r int
g int
b int
return void