Bits per pixel



         


Color depth is a computer graphics term describing the number of bits used to represent the color of a single pixel in a bitmapped image or video frame buffer. The term bits per pixel (bpp) is often used interchangeably.

[Top]

Indexed color

With relatively small numbers of colors, the stored value is typically an index into a color map or palette. The colors available in the palette itself may be fixed by the hardware or modifiable.

[Top]

Direct color

As the number of bits increases, the number of possible colors becomes impractically large for a color map. In higher color depths, the color value typically directly encodes relative brightnesses of red, green, and blue to specify a color in the RGB color model.

In graphics intensive applications like computer games, a tradeoff of performance vs quality can be achieved by raising or lowering the color depth of the display.

This article is a stub. You can help BambooWeb by .






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License