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

Color Models

Jul 20, 2016

Download

Documents

Adri Jovin

A overview of Color Models for Undergraduate Students
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Color Models

COLOR MODELS

Adri Jovin J.J. Assistant Professor

Department of Information Technology Sri Ramakrishna Institute of Technology

Coimbatore.

Page 2: Color Models

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

Page 3: Color Models

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

Page 4: Color Models

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

Page 5: Color Models

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

Page 6: Color Models

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

Page 7: Color Models

CMY Color Model (Contd…)

CS2401 - COMPUTER GRAPHICS 7

Page 8: Color Models

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

Page 9: Color Models

Reference

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

CS2401 - COMPUTER GRAPHICS 9