EColorLookup::GetColorSystemIn

Input color system.

Namespace: Euresys::Open_eVision

[C++]

EColorSystem GetColorSystemIn()

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

Input color system.

Namespace: Euresys.Open_eVision

[C#]

EColorSystem ColorSystemIn

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

Input color system.

Module: open_evision

[Python]

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