EasyColor::YuvToRgb

Convert a color from any system to RGB.

Namespace: Euresys::Open_eVision

[C++]

void YuvToRgb(
   EYUV colorIn,
   ERGB& colorOut
)

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

Convert a color from any system to RGB.

Namespace: Euresys.Open_eVision

[C#]

void YuvToRgb(
   Euresys.Open_eVision.EYUV colorIn,
   out Euresys.Open_eVision.ERGB colorOut
)

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