EasyColor::GetDstQuantization

EasyColor::SetDstQuantization

Quantization mode for output values.

Namespace: Euresys::Open_eVision

[C++]

static Euresys::Open_eVision::EColorQuantization GetDstQuantization()

static void SetDstQuantization(Euresys::Open_eVision::EColorQuantization quantization)

Remarks

These settings remain permanent and influence the relevant quantized and unquantized color conversions (during lookup table initialization or image color transformation). Quantization modes are set for the current thread.

EasyColor.DstQuantization

Quantization mode for output values.

Namespace: Euresys.Open_eVision

[C#]

static Euresys.Open_eVision.EColorQuantization DstQuantization

{ get; set; }

Remarks

These settings remain permanent and influence the relevant quantized and unquantized color conversions (during lookup table initialization or image color transformation). Quantization modes are set for the current thread.