Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: devvideobase.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TColorEnhancementOptions

class TColorEnhancementOptions;

Description

Pre-processing options for color enhancement. The value ranges have been chosen to match those in the Onboard Camera API.

Members

Defined in TColorEnhancementOptions:
iContrast, iLightness, iSaturation


Member data


iLightness

TInt iLightness;

Description

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.


iSaturation

TInt iSaturation;

Description

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.


iContrast

TInt iContrast;

Description

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.