TheBestLinks.com
TheBestLinks.com
Bpp, Color depth, Bit, Bitmap, Color, Computer graphics, Pixel, RGB color model ... Print friendly version | Tell a friend
 
Navigation
Search
Toolbox

Color depth

From TheBestLinks.com

(Redirected from Bpp)

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.

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.

  • 1-bit color (21 = 2 colors) monochrome, often black and white
  • 2-bit color (22 = 4 colors) CGA
  • 4-bit color (24 = 16 colors) as used by the least common denominator VGA standard
  • 8-bit color (28 = 256 colors)

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.

  • 16-bit uses 16 bits to create life-like colors, with a total of 65536 colors. Sometimes called "Hi-Color"
    • Red, green, and blue components often take up 5 bits each (25 = 32 levels), this is sometimes called 15-bit color
    • Sometimes one element is expanded to 6 bits (26 = 64 levels), usually green. Other times the extra bit is left empty.
  • 24-bit color values can represent 16777216 distinct colors. This type of color is called true color, since it can potentially mimic many colors found in the real world.
    • Each component is 8 bits deep (28 = 256 levels). This approaches the level at which the human eye can distinguish colors for most photographic images, though image manipulation or "pure" generated images may reveal the limitations.
  • "32-bit color" usually refers to 24-bit color with an additional 8 bits either as empty padding space or to represent an alpha channel

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.

de:Farbtiefe

Related links


Top visited 0 of 0 links

[no links posted yet]

>> place link >>

Discussion

Last posted 0 of 0 messages

[no messages posted yet]

>> post message >>

Watch

You can add this article to your own "watchlist" and receive e-mail notification about all changes in this page.
 
   
Innovate it
This page was last modified 18:54, 27 Aug 2004.
  Content is available under GNU Free Documentation License 1.2.
Powered by MediaWiki