EColorLookup::ConvertFromRgb

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

Namespace: Euresys::Open_eVision_23_12

[C++]

void ConvertFromRgb(
   Euresys::Open_eVision_23_12::EColorSystem colorSystem
)

Parameters

colorSystem

Color system, as defined by EColorSystem.

Remarks

The input and output color systems are respectively EColorSystem_Rgb and colorSystem. 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.ConvertFromRgb

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

Namespace: Euresys.Open_eVision_23_12

[C#]

void ConvertFromRgb(
   Euresys.Open_eVision_23_12.EColorSystem colorSystem
)

Parameters

colorSystem

Color system, as defined by EColorSystem.

Remarks

The input and output color systems are respectively Rgb and colorSystem. 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.