Difference between revisions of "Color depth"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 31: Line 31:
  
 
* [https://en.wikipedia.org/wiki/Color_depth Color depth] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Color_depth Color depth] @ Wikipedia
 +
 +
[[Category:Color]]
 +
[[Category:Computer graphics]]
 +
[[Category:Web design and development]]

Latest revision as of 13:00, 24 April 2016

Color depth, also known as bit depth, is either:

Description

  • The number of bits used to indicate the color of a single pixel, in a bitmapped image or video frame buffer
  • The number of bits used for each color component of a single pixel

Consumer video standards

For consumer video standards, such as High Efficiency Video Coding (H.265), the bit depth specifies the number of bits used for each color component.

Terminology

When referring to a pixel the concept can be defined as bits per pixel (bpp), which specifies the number of bits used.

When referring to a color component the concept can be defined as:

Color encoding specification

Color depth is only one aspect of color representation, expressing how finely levels of color can be expressed (a.k.a. color precision)

The other aspect is how broad a range of colors can be expressed (the gamut).

The definition of both color precision and gamut is accomplished with a color encoding specification which assigns a digital code value to a location in a color space.

External links