|
|
|
class TColorEnhancementOptions;
Pre-processing options for color enhancement. The value ranges have been chosen to match those in the Onboard Camera API.
Defined in TColorEnhancementOptions:
iContrastContrast setting. The value range is [-100 … 100], with -100 corresponding to m...iLightnessLightness setting. The value range is [-100 … 100], with -100 corresponding to ...iSaturationSaturation setting. The value range is [-100 … 100], with -100 corresponding to...TInt iLightness;
Lightness setting. The value range is [-100 … 100], with -100 corresponding to minimum setting, 100 to maximum setting, and 0 to no change in lightness.
TInt iSaturation;
Saturation setting. The value range is [-100 … 100], with -100 corresponding to minimum setting, 100 to maximum setting, and 0 to no change in saturation.
TInt iContrast;
Contrast setting. The value range is [-100 … 100], with -100 corresponding to minimum setting, 100 to maximum setting, and 0 to no change in contrast.