Lines Matching refs:RGB
6 RGB Formats
9 These formats encode each pixel as a triplet of RGB values. They are packed
10 formats, meaning that the RGB values for one pixel are stored consecutively in
15 The formats differ by the number of bits per RGB component (typically but not
53 These formats store an RGB triplet in one, two or four bytes. They are named
54 based on the order of the RGB components as seen in a 8-, 16- or 32-bit word,
75 .. flat-table:: RGB Formats With Less Than 8 Bits Per Component
645 These formats store an RGB triplet in three or four bytes. They are named based
646 on the order of the RGB components as stored in memory, and on the total number
660 .. flat-table:: RGB Formats With 8 Bits Per Component
766 Deprecated RGB Formats
784 .. flat-table:: Deprecated Packed RGB Image Formats
988 A test utility to determine which RGB formats a driver actually supports