EColorLookup::GetColorSystemOut

Output color system.

Namespace: Euresys::Open_eVision

[C++]

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#]

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 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.

Module: open_evision

[Python]

ColorSystemOut: EColorSystem

{get}

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.