EasyColor::GetRgbStandard
EasyColor::SetRgbStandard
RGB definition to be used when converting between RGB and other color systems.
Namespace: Euresys::Open_eVision
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
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.SetRgbStandard
EasyColor.GetRgbStandard
RGB definition to be used when converting between RGB and other color systems.
Module: open_evision
[Python]
@staticmethod
SetRgbStandard(
rgbStandard: ERgbStandard
) -> None
@staticmethod
GetRgbStandard() -> ERgbStandard
Parameters
rgbStandard
Remarks
Some variant of the color systems can be used. The EasyColor.SetSrcQuantization
and EasyColor.SetDstQuantization
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.