Color depth
Color depth, also known as bit depth, is either:
Contents
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:
- Bits per channel (bpc)
- Bits per color (bpc)
- Bits per sample (bps)
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
- Color depth @ Wikipedia