SLIDE 1
RGB Additive Color
- Red, Green, Blue
- Color model used in luminous
displays (CRT, plasma, LCD)
- Designed to stimulate each
kind of cone
R G B (yellow) (cyan) (magenta)
Color Spaces John C. Hart CS 418 Interactive Computer Graphics - - PowerPoint PPT Presentation
Color Spaces John C. Hart CS 418 Interactive Computer Graphics RGB Additive Color Red, Green, Blue G Color model used in luminous displays (CRT, plasma, LCD) (yellow) Designed to stimulate each (cyan) kind of cone R
R G B (yellow) (cyan) (magenta)
C M Y
Example by Wikipedia user: (3ucky(3all
0° = red, 60° = yellow, 120° = green, 180° = cyan, 240° = blue, 300° = magenta
∆ = maxRGB – minRGB maxRGB = R H = (G – B)/∆ maxRGB = G H = 2+(B – R)/∆ maxRGB = B H =4+ (R – G)/∆ H = (60*H) mod 360 H V S
H S V