Chapter 14
Color Models
14.1 RGB
- Color
- Device independent
intensities
[0, 1]
- The Line (0,0,0--(1,1,1) gives the full spectrum of gray levels.
- A CRT-oriented model: phosphorus emit red, green, and blue light.
Intensities
- Converted from normalized continuous spectrum [0..1] to desecrate values of graphical systems: I0 = 0, I1, ..., In.
- A change Ii
Ii+1 is perceived to be the same as Ij
Ij+1 if Ii+1
Ii = Ij+1
Ij .
- Let Ii = 2i-1 /2n-1 for i > 1
14.2 CMY: Cyan, Magenta, and Yellow
| C | = 1 - | R |
| M | = 1 - | G |
| Y | = 1 - | B |
- Hard-copy oriented:
pigments absorb light
14.3 HSU: Hue, Saturation, and Value
- Human-oriented
14.4 Dithering
- Increase choice of colors on account of resolution: reduce resolution by a factor of n and apply an n × n dither
matrix at each coordinate.
- Example: dither matrices for n = 2 and 2 colors (white/black)
14.5 Halftoning
A generalization suitable to continuous display: gray level at a grid point determined by size of spot.