EasyColor::RgbToLuv
Convert a color from RGB to another system.
Namespace: Euresys::Open_eVision_2_12
[C++]
void RgbToLuv(
ERGB colorIn,
ELUV& colorOut
)
void RgbToLuv(
EC24 colorIn,
EC24& colorOut
)
Parameters
colorIn
Input color.
colorOut
Output color, as defined by the corresponding structure.
Remarks
These functions transform the color components (of a pixel) expressed in some color system to the corresponding components in another system.
EasyColor.RgbToLuv
Convert a color from RGB to another system.
Namespace: Euresys.Open_eVision_2_12
[C#]
void RgbToLuv(
Euresys.Open_eVision_2_12.ERGB colorIn,
out Euresys.Open_eVision_2_12.ELUV colorOut
)
void RgbToLuv(
Euresys.Open_eVision_2_12.EC24 colorIn,
out Euresys.Open_eVision_2_12.EC24 colorOut
)
Parameters
colorIn
Input color.
colorOut
Output color, as defined by the corresponding structure.
Remarks
These functions transform the color components (of a pixel) expressed in some color system to the corresponding components in another system.
