class ColorUtils |
Provides static functions for manipulating colours.
Public Member Functions | |
---|---|
IMPORT_C TRgb | ColorAdjust(TRgb, TInt) |
IMPORT_C void | CreateGradientBitmapL(CFbsBitmap &, const RWsSession &, TInt, TBitmapOrientation, TRgb, TRgb) |
IMPORT_C CColorList * | CreateSystemColorListL(RFs &) |
IMPORT_C CColorList * | CreateSystemColorListL(RFs &, const CColorList &) |
IMPORT_C void | GetRgbDerivedBorderColors(TGulBorder::TColors &, TRgb, TDisplayMode) |
IMPORT_C TRgb | RgbDarkerColor(TRgb, TDisplayMode) |
IMPORT_C TRgb | RgbLighterColor(TRgb, TDisplayMode) |
IMPORT_C TRgb | RgbMidDarkerColor(TRgb, TDisplayMode) |
IMPORT_C void | UpdateSystemColorListL(RFs &, CColorList &) |
Public Member Enumerations | |
---|---|
enum | TBitmapOrientation { EBitmapOrientationVertical, EBitmapOrientationHorizontal } |
IMPORT_C void | CreateGradientBitmapL | ( | CFbsBitmap & | aBitmap, |
const RWsSession & | aWs, | |||
TInt | aBreadth, | |||
TBitmapOrientation | aOrientation, | |||
TRgb | aStartColor, | |||
TRgb | aEndColor | |||
) | [static] |
CFbsBitmap & aBitmap | |
const RWsSession & aWs | |
TInt aBreadth | |
TBitmapOrientation aOrientation | |
TRgb aStartColor | |
TRgb aEndColor |
IMPORT_C CColorList * | CreateSystemColorListL | ( | RFs & | aFs | ) | [static] |
RFs & aFs |
IMPORT_C CColorList * | CreateSystemColorListL | ( | RFs & | aFs, |
const CColorList & | aColorList | |||
) | [static] |
RFs & aFs | |
const CColorList & aColorList |
IMPORT_C void | GetRgbDerivedBorderColors | ( | TGulBorder::TColors & | aBorderColors, |
TRgb | aBackgroundColor, | |||
TDisplayMode | aMode | |||
) | [static] |
TGulBorder::TColors & aBorderColors | |
TRgb aBackgroundColor | |
TDisplayMode aMode |
IMPORT_C TRgb | RgbDarkerColor | ( | TRgb | aRgb, |
TDisplayMode | aMode | |||
) | [static] |
TRgb aRgb | |
TDisplayMode aMode |
IMPORT_C TRgb | RgbLighterColor | ( | TRgb | aRgb, |
TDisplayMode | aMode | |||
) | [static] |
TRgb aRgb | |
TDisplayMode aMode |
IMPORT_C TRgb | RgbMidDarkerColor | ( | TRgb | aRgb, |
TDisplayMode | aMode | |||
) | [static] |
TRgb aRgb | |
TDisplayMode aMode |
IMPORT_C void | UpdateSystemColorListL | ( | RFs & | aFs, |
CColorList & | aColorList | |||
) | [static] |
RFs & aFs | |
CColorList & aColorList |