CS430 Computer Graphics: Chi-Cheng Lin, Winona State University
CS430 Computer Graphics: Chi-Cheng Lin, Winona State University
Computer Graphics
Color Theory
Colors
CIE Color Model
RGB Color Model
CMY Color Model
YIQ Color Model
Intuitive Color Concepts
HSV Color Model
HLS Color Model
2
Colors
Colors
A narrow frequency band within the
electromagnetic spectrum
3
Colors
Visible band
Each frequency corresponds to a distinct
color
Low-frequency end (4.3 x 1014 Hz): Red
High-frequency end (7.5 x 1014 Hz): Violet
Wavelength = v/f, where v=300,000km/sec
Low frequency High frequency
red orange yellow green blue violet
Long wavelength Short wavelength
700nm 400nm 4
Colors
Colors of an object
Light source emits “white light” (all
frequencies of light)
Object reflects/absorbs some frequencies
Color = combination of frequencies reflected
Dominant wavelength (or frequency)
Hue or color of the light
E.g., pink S(): spectrum (luminance/intensity of light)
S = AX + BY + CZ can be normalized to
x = A/(A+B+C)
y = B/(A+B+C)
z = C/(A+B+C)
s = xX + yY + zZ, where x + y + z = 1
s lies in the plane x + y + z = 1 in 3D
y
=670
x =400 z 7
CIE Color Model
CIE chromaticity diagram
s'() = (x(), y())
By viewing the 3D
curve in an
orthographic
projection, looking
along the z-axis
horseshoe shape
y
=670
x =400 z 8
CIE Chromaticity Diagram
9
CIE Chromaticity Diagram
10
Uses of CIE Chromaticity Diagram
11
Uses of CIE Chromaticity Diagram
Any colors on the line l between two
colors a and b
Is a convex combination of a and b
Is a legitimate color
can be generated by shining various amounts
of a and b onto a screen (like “tweening”)
Complementary colors
Any two colors on a line passing through
white and added up to be white are
complementary e.g., e and f
redcyan greenmagenta blueyellow 12
Uses of CIE Chromaticity Diagram
Measure dominant wavelength and saturation
Color g: Some combination of h and white
Dominant wavelength of g = wavelength at h
Saturation (purity) of g = (g - w) / (h - w)
Color j has no dominant wavelength because
k is not a pure color (k lies on the purple line)
Represented by dominant wavelength of k’s
complement m, with by a c suffix, e.g., 498c
13
Uses of CIE Chromaticity Diagram
14
Uses of CIE Chromaticity Diagram
16
RGB Color Model
18
RGB Color Model
Color Cube
R + G = (1, 0, 0) + (0, 1, 0) = (1, 1, 0) = Y
R + B = (1, 0, 0) + (0, 0, 1) = (1, 0, 1) =
M
B + G = (0, 0, 1) + (0, 1, 0) = (0, 1, 1) = C
R + G + B = (1, 1, 1) = W
1 – W = (0, 0, 0) = BLK
Grays = (x, x, x), where x (0, 1)
19
Color Cube
20
CMY Color Model
21
CMY Color Model
22
CMY Color Model
W = (0, 0, 0) B = (1, 1, 1)
Conversion from RGB to CMY
C R
M 1 G
Y B
Conversion from CMY to RGB
R C
G 1 M
B Y
23
CMYK Color Model
Motivations
Do we get black if paint cyan, magenta
and yellow on a white paper?
Which cartridge is more expensive?
CMYK model
K = greatest gray that can be extracted
Given C, M, and Y
K = min(C, M, Y)
C = C – K
M = M – K Try some examples…
Y = Y – K 24
YIQ Color Model
25
YIQ Color Model
YIQ
Y: luminance
I, Q: chromaticity
Only Y shown in black-and-white TV
RGB YIQ
Y 0.299 0.587 0.114 R
I 0.596 0.275 0.321G
Q 0.212 0.528 0.311 B
26
YIQ Color Model
Human’s visual properties
More sensitive to changes in luminance
than in hue or saturation
more bits should be used to represent Y
than I and Q
Limited color sensation to objects covering
extremely small part of our field of view
One, rather than two color dimensions
would be adequate
I or Q can have a lower bandwidth than
the others 27
YIQ Color Model
28
Intuitive Color Concepts
Terminology
Perceptual Term Colorimetry Comments
black
Tint: white pigment added to pure pigment
saturation reduced
Shade: black pigment added to pure pigment
lightness reduced
Tone: consequence of adding both white and
black pigments to pure pigments 30
Intuitive Color Concepts
31
HSV Color Model
HSV = Hue, Saturation, and Value
A.k.a. HSB, where B is Brightness
RGB, CMY, and YIQ: hardware-oriented
HSV and HLS: user-oriented
Cylinder coordinate system
Space: hexcone
hexagon is obtained from the color cube in
isometric projection
(h, s, v), where h [0, 360) and s, v [0, 1]
hue: angle round the hexagon
saturation: distance from the center
value: axis through the center 32
HSV Color Model
33
HSV Color Model
W = (-, 0, 1)
B = (-, 0, 0)
R = (0, 1, 1)
Y = (60, 1, 1)
:
M = (300, 1, 1)
Adding white pigments S
Adding black pigments V
Creating tones S and V 34
HSV Color Model
35
HLS Color Model
HLS: Hue, Lightness, and Saturation
Cylinder coordinate system
Space: double cone
base is from the hexagon as in HSV
(h, l, s), where h [0, 360) and s, v [0, 1]
hue: angle round the base
lightness: axis through the center
saturation: distance from the center
W = (-, 0, 1)
B = (-, 0, 0)
R = (0, 0.5, 1), Y = (60, 0.5, 1), … 36
HLS Color Model
Double cones
white
pure h
color
black
37