EasyColor::LuvToXyz

Convert a color from one system to another.

Namespace: Euresys::Open_eVision

[C++]

void LuvToXyz(
   ELUV colorIn,
   EXYZ& colorOut
)

void LuvToXyz(
   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.LuvToXyz

Convert a color from one system to another.

Namespace: Euresys.Open_eVision

[C#]

void LuvToXyz(
   Euresys.Open_eVision.ELUV colorIn,
   out Euresys.Open_eVision.EXYZ colorOut
)

void LuvToXyz(
   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.