Location:
devvideoconstants.h
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.
|
|