EColorLookup::GetColorSystemOut

Output color system.

Namespace: Euresys::Open_eVision

[C++]

Euresys::Open_eVision::EColorSystem GetColorSystemOut()

Remarks

The EColorLookup objects keep track of the color system transformation, for consistency. When applying a transformation, the source image color system (usually EColorSystem_Rgb) must match the input color system; the destination image will be automatically be typed with the output color system. In case of a mismatch, an error message is issued. These two values are set by the lookup table initialization functions. An uninitialized lookup table has both color systems set to EColorSystem_NoColor.

EColorLookup.ColorSystemOut

Output color system.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EColorSystem ColorSystemOut

{ get; }

Remarks

The EColorLookup objects keep track of the color system transformation, for consistency. When applying a transformation, the source image color system (usually Rgb) must match the input color system; the destination image will be automatically be typed with the output color system. In case of a mismatch, an error message is issued. These two values are set by the lookup table initialization functions. An uninitialized lookup table has both color systems set to NoColor.