TAknsColorTableEntry Struct Reference

struct TAknsColorTableEntry

Data structure for color values.

Since
2.0
Public Attributes
TInt iIndex
TUint32 iRgb

Member Data Documentation

TInt iIndex

TInt iIndex

Indexed color value, or -1 if RGB value is used instead.

TUint32 iRgb

TUint32 iRgb

RGB-value, used only if iIndex is -1.