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

CIE Lab 1976->RGB support
Afficher le fichier Open project: Core-Techs/TiffLibrary Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
rInt ( float R ) : int

Method Details

CIELabToXYZ() public méthode

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
Résultat void

Init() public méthode

public Init ( TiffDisplay refDisplay, float refWhite ) : void
refDisplay TiffDisplay
refWhite float
Résultat void

XYZToRGB() public méthode

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
Résultat void