EasyColor::LabToXyz

Convert a color from one system to another.

Namespace: Euresys::Open_eVision

[C++]

void LabToXyz(
   ELAB colorIn,
   EXYZ& colorOut
)

void LabToXyz(
   EC24 colorIn,
   EC24& colorOut
)

Parameters

colorIn

Input color.

colorOut

Output color.

Remarks

These functions transform the color components (of a pixel) expressed in some color system to the corresponding components in another system. These functions take into account the current ERgbStandard and the associated white point if necessary.

EasyColor.LabToXyz

Convert a color from one system to another.

Namespace: Euresys.Open_eVision

[C#]

void LabToXyz(
   Euresys.Open_eVision.ELAB colorIn,
   out Euresys.Open_eVision.EXYZ colorOut
)

void LabToXyz(
   Euresys.Open_eVision.EC24 colorIn,
   out Euresys.Open_eVision.EC24 colorOut
)

Parameters

colorIn

Input color.

colorOut

Output color.

Remarks

These functions transform the color components (of a pixel) expressed in some color system to the corresponding components in another system. These functions take into account the current ERgbStandard and the associated white point if necessary.