Download presentation
Presentation is loading. Please wait.
Published byMonica Andrews Modified over 9 years ago
1
COLORCOLOR Angel 1.4 and 2.4 J. Lindblad 2001-11-01
2
Elements of color
3
Color = The eye’s and the brain’s impression of electromagnetic radiation in the visual spectra. How is color perceived? light source reflecting object detector rods rods & cones red-sensitive green-sensitive blue-sensitive
4
Visible spectrum
6
The Fovea There are three types of cones, S, M and L
7
Rods Sense luminance, or ”brightness”, but not color. Are spread out across the whole retina, and dominate when the pupil is large, i.e. night vision. Less color is seen at night. The respons is not linear, but logarithmic. The appearance of an object’s intensity depends on the surroundings; the sensation is relativ and not absolute.
8
Three kinds of cones red-sensitive green-sensitive blue-sensitive wavelength r =700nm g =546.1nm b =435.8nm In order to standardize the description of color, a large number of people were instructed to say what combination of basic colors a certain color sample consisted of in standard lighting. This resulted in the color matching curves, i.e. transform CIE standard (Comission Internationale de L’Eclairage, 1931)
9
Color perception Different spectra can result in identical sensations, called metamers Color perception results from the simultaneous stimulation of 3 cone types (trichromat) Our perception of color is affected by surrounding effects and adaptation
10
standard lightsource object reflectance CIE 1931 standard observer CIE XYZ values 400nm 700nm x y z xx= X=14.27 Y=14.31 Z=71.52 Each color is represented by a point (X,Y,Z) in the 3D CIE color space. The point is called the tristimulus value.
11
Projection of the CIE XYZ-space Perceptual equal distances
12
RGB/CMY color space RGB - for additive color mixing, e.g. computer screen. CMY - for subtractive color mixing, e.g. printing or painting.
13
AdditiveSubtractive R G BC M Y (K) Mixing light and mixing pigment
14
green bluered yellowcyan magenta green blue red yellow cyan magenta CMYCMY RGBRGB = 1- [] R+B+G=white (additive) R+G=Y C+M+Y=black (subtractive) C+M=B etc... (CMYK common in printing, where K is black pigment)
15
RGB within CIE XYZ-space
16
HLS color space HueLightnesSaturation Hue=dominant wavelength, tone Lightness=intensity, brightness Saturation=purity, dilution by white Important aspects: Intensity decoupled from color Related to how humans perceive color
17
YIQ color space Y= Lightness I= Inphase = ammount red-green Q= Quadrature = ammount blue-yellow Optimised for transmission (TV broadcast). Compatible with BW monitors (use only Y component) Human eye is more sensitive to variations in lightness than variations in hue and saturation and more bandwith (bits) is used for Y.
18
NCS color description NCS=Natural Color System A psychological more than a physiological description of color. Common among artists, designers etc. w b c 2060-R50B= 20% white 60% black red with 50% blue 20 60 40
19
Color is relative
20
grön lila gul blå svart hjärnan är lättlurad
21
Non-existing colors (without use of psychadelic drugs)
22
Blind spot; look at left cross with your right eye
24
Colour context
25
Shape context
26
Chromatic adaption
27
Mach bands
28
Gamma correction Most displays have non-linear intensity scales. The most common correction method is called gamma correction (usually implemeted with a lookup table) Sometimes in computer graphics this effect is exaggerated to compensate for the adaptation of the eye.
29
True-color frame buffer Store R,G,B values directly in the frame-buffer. Each pixel requires at least 3 bytes => 2^24 colors.
30
Indexed-color frame buffer Store index into a color map in the frame-buffer. Each pixel requires at least 1 bytes => 2^8 simultaneous colors. Enables color-map animations.
31
Different blending versions (how to combine color values)
32
Additive blending C=A+B e.g. combining light Subtractive blending C=A-(1-B) e.g. filter effect
33
Average blending C=(A+B)/2 or C=uA+vB e.g. for anti-aliasing Multiplicative blending C=A*B e.g. combining light and matter
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.