color models

9
COLOR MODELS Adri Jovin J.J. Assistant Professor Department of Information Technology Sri Ramakrishna Institute of Technology Coimbatore.

Upload: adri-jovin

Post on 20-Jul-2016

20 views

Category:

Documents


0 download

DESCRIPTION

A overview of Color Models for Undergraduate Students

TRANSCRIPT

COLOR MODELS

Adri Jovin J.J. Assistant Professor

Department of Information Technology Sri Ramakrishna Institute of Technology

Coimbatore.

RGB Color Model

• Based on “tristimulus theory of vision” – eyes perceive color through the stimulation of

three visual pigments in the cones of the retina

– peak sensitivity at wavelengths of about 630 nm (red), 530 nm (green), and 450 nm (blue)

• Represented as a unit cube defined on R, G, B axes

• Color Ck = RR + GG + BB

CS2401 - COMPUTER GRAPHICS 2

RGB Color Model (Contd..)

CS2401 - COMPUTER GRAPHICS 3

"Cie Chart with sRGB gamut by spigget" by Spigget - Own work. Licensed under Creative Commons Attribution-Share Alike 3.0 via Wikimedia Commons - http://commons.wikimedia.org/wiki/File:Cie_Chart_with_sRGB_gamut_by_spigget.png#mediaviewer/File:Cie_Chart_with_sRGB_gamut_by_spigget.png

YIQ Color Model

• National Television System Committee (NTSC) color model for forming the composite video signal

CS2401 - COMPUTER GRAPHICS 4

−−−=

BGR

QIY

311.0528.0212.0321.0275.0596.0

144.0587.0299.0

−−−=

BGR

QIY

311.0528.0212.0321.0275.0596.0

144.0587.0299.0

YIQ Color Model (Contd…)

CS2401 - COMPUTER GRAPHICS 5

"YIQ IQ plane" by Tonyle - Own work. Licensed under Creative Commons Attribution-Share Alike 3.0 via Wikimedia Commons - http://commons.wikimedia.org/wiki/File:YIQ_IQ_plane.svg#mediaviewer/File:YIQ_IQ_plane.svg

CMY Color Model

• Defined with the primary colors cyan, magenta, and yellow

• Useful for describing color output to hard-copy devices

CS2401 - COMPUTER GRAPHICS 6

CMY Color Model (Contd…)

CS2401 - COMPUTER GRAPHICS 7

HSV Color Model • Color parameters in this model are hue ( H ) ,

saturation( S ) and value( V )

• 3D representation is derived from RGB Cube.

CS2401 - COMPUTER GRAPHICS 8

Reference

• Donald Hearn, Pauline Baker, Computer Graphics – C Version, Second Edition, Pearson Education, 2004.

CS2401 - COMPUTER GRAPHICS 9