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

Color models

Jun 29, 2015

Download

Engineering

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 TechnologySri Ramakrishna Institute of Technology

Coimbatore.

Page 2: Color models

CS2401 - COMPUTER GRAPHICS 2

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

Page 3: Color models

CS2401 - COMPUTER GRAPHICS 3

RGB Color Model (Contd..)

"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

CS2401 - COMPUTER GRAPHICS 4

YIQ Color Model

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

BGR

QIY

311.0528.0212.0321.0275.0596.0144.0587.0299.0

BGR

QIY

311.0528.0212.0321.0275.0596.0144.0587.0299.0

Page 5: Color models

CS2401 - COMPUTER GRAPHICS 5

YIQ Color Model (Contd…)

"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

CS2401 - COMPUTER GRAPHICS 6

CMY Color Model

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

• Useful for describing color output to hard-copy devices

Page 7: Color models

CS2401 - COMPUTER GRAPHICS 7

CMY Color Model (Contd…)

Page 8: Color models

CS2401 - COMPUTER GRAPHICS 8

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

saturation( S ) and value( V )• 3D representation is derived from RGB Cube.

Page 9: Color models

CS2401 - COMPUTER GRAPHICS 9

Reference

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