EColorLookup::ConvertToRgb

Sets a color transformation from any color system, as defined by EColorSystem, to the Rgb representation.

Namespace: Euresys::Open_eVision

[C++]

void ConvertToRgb(
   Euresys::Open_eVision::EColorSystem colorSystem
)

Parameters

colorSystem

Color system, as defined by EColorSystem.

Remarks

The input and output color systems are respectively colorSystem and EColorSystem_Rgb. To apply some transform to a color image, you initialize a color lookup once for all and use it at will in a transformation operation such as EColorLookup::Transform.

EColorLookup.ConvertToRgb

Sets a color transformation from any color system, as defined by EColorSystem, to the Rgb representation.

Namespace: Euresys.Open_eVision

[C#]

void ConvertToRgb(
   Euresys.Open_eVision.EColorSystem colorSystem
)

Parameters

colorSystem

Color system, as defined by EColorSystem.

Remarks

The input and output color systems are respectively colorSystem and Rgb. To apply some transform to a color image, you initialize a color lookup once for all and use it at will in a transformation operation such as EColorLookup::Transform.