EasyColor::GetRgbStandard

EasyColor::SetRgbStandard

RGB definition to be used when converting between RGB and other color systems.

Namespace: Euresys::Open_eVision

[C++]

static Euresys::Open_eVision::ERgbStandard GetRgbStandard()

static void SetRgbStandard(Euresys::Open_eVision::ERgbStandard rgbStandard)

Remarks

Some variant of the color systems can be used. The EasyColor::SrcQuantization and EasyColor::DstQuantization functions are used to activate them.
These settings remain permanent and influence the relevant quantized and unquantized color conversions (during lookup table initialization or image color transformation). RgbStandard is set for the current thread.

EasyColor.RgbStandard

RGB definition to be used when converting between RGB and other color systems.

Namespace: Euresys.Open_eVision

[C#]

static Euresys.Open_eVision.ERgbStandard RgbStandard

{ get; set; }

Remarks

Some variant of the color systems can be used. The EasyColor::SrcQuantization and EasyColor::DstQuantization functions are used to activate them.
These settings remain permanent and influence the relevant quantized and unquantized color conversions (during lookup table initialization or image color transformation). RgbStandard is set for the current thread.