#include "devvideobase.h"
| class TColorEnhancementOptions |
| Public Attributes | |
|---|---|
| TInt | iContrast |
| TInt | iLightness |
| TInt | iSaturation |
Pre-processing options for color enhancement. The value ranges have been chosen to match those in the Onboard Camera API.
| 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.
| 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.