Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: devvideoconstants.h

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

Enum TRgbFormat

TRgbFormat

Description

RGB uncompressed image format alternatives.

ERgb16bit444

16-bit RGB data format with four pixels per component. The data format is the same as used in Symbian EColor4K bitmaps, with each pixel using two bytes with the bit layout [ggggbbbb xxxxrrrr] where "x" indicates unused bits. (This corresponds to "XRGB" 16-bit little-endian halfwords)

ERgb16bit565

16-bit RGB data format with five bits per component for red and blue and six bits for green. The data format is the same as used in Symbian EColor64K bitmaps, with each pixel using two bytes with the bit layout [gggbbbbb rrrrrggg] (This corresponds to "RGB" 16-bit little-endian halfwords)

ERgb32bit888

32-bit RGB data format with eight bits per component. This data format is the same as is used in Symbian EColor16MU bitmaps. The bit layout is [bbbbbbbb gggggggg rrrrrrrr xxxxxxxx] where "x" indicates unused bits. (This corresponds to "XRGB" 32-bit little-endian words)

EFbsBitmapColor4K

CFbsBitmap object with EColor4K data format.

EFbsBitmapColor64K

CFbsBitmap object with EColor64K data format.

EFbsBitmapColor16M

CFbsBitmap object with EColor16M data format.

EFbsBitmapColor16MU

CFbsBitmap object with EColor16MU data format.