|
||
class TYuvToRgbCapabilities;
Describes the YUV to RGB color conversion capabilities of a post-processor.
Defined in TYuvToRgbCapabilities
:
iCoefficients
YUV to RGB conversion coefficients supported, a bitfield combination of TYuvCoef...iContrastControl
True if contrast control is supported.iDitherTypes
Dithering types supported, a bitfield combination of TDitherType.iGammaCorrection
True if gamma correction is supported.iLightnessControl
True if lightness control is supported.iRgbFormats
Output RGB formats supported, a bitfield combination of TRgbFormat.iSamplingPatterns
Input YUV sampling patterns supported, a bitfield combination (bitwise OR) of TY...iSaturationControl
True if saturation control is supported.TUint32 iSamplingPatterns;
Input YUV sampling patterns supported, a bitfield combination (bitwise OR) of TYuvSamplingPattern.
TUint32 iCoefficients;
YUV to RGB conversion coefficients supported, a bitfield combination of TYuvCoefficients.
TUint32 iRgbFormats;
Output RGB formats supported, a bitfield combination of TRgbFormat.
TUint32 iDitherTypes;
Dithering types supported, a bitfield combination of TDitherType.