Color Theory What is color? How do we describe and match colors? Color spaces.

Slides:



Advertisements
Similar presentations
13- 1 Chapter 13: Color Processing 。 Color: An important descriptor of the world 。 The world is itself colorless 。 Color is caused by the vision system.
Advertisements

1 Color Kyongil Yoon VISA Color Chapter 6, “Computer Vision: A Modern Approach” The experience of colour Caused by the vision system responding.
Fundamentals of Digital Imaging
School of Computing Science Simon Fraser University
CS 4731: Computer Graphics Lecture 24: Color Science
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
Color.
Display Issues Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
1 Perception. 2 “The consciousness or awareness of objects or other data through the medium of the senses.”
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
CS559-Computer Graphics Copyright Stephen Chenney Color Recap The physical description of color is as a spectrum: the intensity of light at each wavelength.
Color Models AM Radio FM Radio + TV Microwave Infrared Ultraviolet Visible.
Color & Color Management. Overview I. Color Perception Definition & characteristics of color II. Color Representation RGB, CMYK, XYZ, Lab III. Color Management.
SNC2D. Primary LIGHT colours are red, green, and blue SECONDARY light colours are created by combining only two of the three primary colours of light.
Additive Primary Colors and Subtractive Primary Colors
Colour Theory.
9/14/04© University of Wisconsin, CS559 Spring 2004 Last Time Intensity perception – the importance of ratios Dynamic Range – what it means and some of.
Understanding Colour Colour Models Dr Jimmy Lam Tutorial from Adobe Photoshop CS.
CS 376 Introduction to Computer Graphics 01 / 26 / 2007 Instructor: Michael Eckmann.
2001 by Jim X. Chen: 1 The purpose of a color model is to allow convenient specification of colors within some color gamut.
C O L O R S PRINT VS MULTIMEDIA. Main Difference Print –Primary Colors CMYK Cyan, Magenta, Yellow, Black - Subtractive Color system –Add together = black.
1 Color vision and representation S M L.
COLLEGE OF ENGINEERING UNIVERSITY OF PORTO COMPUTER GRAPHICS AND INTERFACES / GRAPHICS SYSTEMS JGB / AAS Light and Color Graphics Systems / Computer.
I-1 Steps of Image Generation –Create a model of the objects –Create a model for the illumination of the objects –Create an image (render) the result I.
Color. Contents Light and color The visible light spectrum Primary and secondary colors Color spaces –RGB, CMY, YIQ, HLS, CIE –CIE XYZ, CIE xyY and CIE.
Color 2011, Fall. Colorimetry : Definition (1/2) Colorimetry  Light is perceived in the visible band from 380 to 780 nm  distribution of wavelengths.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
CSC Computing with Images
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Color Perception How your eye/brain processes colors.
CSC361/ Digital Media Burg/Wong
CS 376 Introduction to Computer Graphics 01 / 24 / 2007 Instructor: Michael Eckmann.
A color model is a specification of a 3D color co-ordinate system and a visible subset in the co-ordinate System within all colors in a particular color.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Introduction to Computer Graphics
EEL Introduction to Computer Graphics PPT12: Color models Yamini Bura – U
Color Models. Color models,cont’d Different meanings of color: painting wavelength of visible light human eye perception.
Lab 13: Subtractive Color: Filters & Paint
Colors of Pigment The primary colors of pigment are magenta, cyan, and yellow. [
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
COLOR THEORY Presented by : Md Ashequr Rahman COSC 5335 – Computer Graphics Date : Oct 29, 2002.
BASIC COLOUR COURSE Algemeen
CS-321 Dr. Mark L. Hornick 1 Color Perception. CS-321 Dr. Mark L. Hornick 2 Color Perception.
David Luebke 1 2/5/2016 Color CS 445/645 Introduction to Computer Graphics David Luebke, Spring 2003.
Chapter 4: Color in Image and Video
FRS 123: Technology in Art and Cultural Heritage Color.
Color Models (Review) (from CPSC 453). Color ModelsColor Models –Introduction –Describing Colors –Color Perception –Color Spaces Color ModelsColor Models.
 There are 3 primary colors of light RED, GREEN, & BLUE  When these colors of light are mixed… White Light is produced  This process is called color.
Videos and resources Double Rainbow Guy: Phet color addition:
Computer Graphics: Achromatic and Coloured Light.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
COMPUTER GRAPHICS CS 482 – FALL 2016 CHAPTER 28 COLOR COLOR PERCEPTION CHROMATICITY COLOR MODELS COLOR INTERPOLATION.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
(c) University of Wisconsin, CS559 Spring 2002
COLOR space Mohiuddin Ahmad.
Subtractive colour theory
CITA 342 Section 7 Working with Color.
RGB Color Model CMY Color Model.
LIGHT & COLOR.
How would you describe the color RED to a person who cannot see?
Colour Theories.
Slides taken from Scott Schaefer
Two ways to discuss color 1) Addition 2) Subtraction
Light and Waves What causes a wave disturbance?
Color Models l Ultraviolet Infrared 10 Microwave 10
Color Theory What is color? How do we perceive it?
Color And Light.
Created for CVCA Physics by Dick Heckathorn 31 May 2K+4
Created for CVCA Physics by Dick Heckathorn 31 May 2K+4
Presentation transcript:

Color Theory What is color? How do we describe and match colors? Color spaces

What is color? Interaction of light and eye-brain system Light: electromagnetic phenomenon Discerned by different wavelength

Color Spectra Pure colors

Color Spectra Sample lights: How to describe them numerically?

Human Perception System Trichromacy – 3 primary colors

Describe color Use three primary color (r,g,b) C( ) = r( )R’ + g( )G’ + b( )B’ r( ) g( ) b( ) negative!!

CIE Primary “Colors” (X’,Y’,Z’) - Not real colors The combination coefficients are positive C( ) = x( )X’ + y( )Y’ + z( )Z’

CIE Primary Colors

CIE Chromaticity Chart Project to xy plane

Dominant Wavelength

CIE Gamuts - The range of colors that can be produced on a device Red Green Blue CRT Gamut

Gamut of Various Devices

Color Spaces CIE model is not necessarily the most natural one Many other color spaces are used RGB HLS CMY HSV ….

RGB Color Space

HLS Color Space

HLS Color Space (2)

CMY Color Model C: Cyan; M: Magenta; Y: Yellow Subtractive primaries - Cyan, Magenta, and Yellow are the compliment of Red, Green Blue Specified by what is being removed from white Example: Cyan color = (1,0,0) means red is removed; CMY: (1,1,0) -> red and green is removed => what color?

CMY RGB C 1 R M = 1 - G Y 1 B