Title: MODELOS DE COLOR
1MODELOS DE COLOR
HSV CMY YIQ
2CMYK(Cian, Magenta, Yellow, Key)
3HSV (Hue, Saturation, Value)
HSV (Hue-Saturation-Value)
H Color S Saturación o Pureza (Cuanto esta
diluido el color) V Valor (Representación de la
intensidad)
4HSV (Hue, Saturation, Value)
5(No Transcript)
6Conversión
7HSV
Práctico 6. Ejercicio 3
public static int RGBaHSV(int r, int g, int b)
float max-2,min300 max
maximo(g,r,b) min minimo(r,g,b) if(maxmin)
max0.2f int hsv new int3 hsv2(in
t)max hsv1(int)((max-min)/max)
if(r(int)max ggtb) hsv0(int)(60(g-b)/(m
ax-min))0 else if(r(int)max
gltb) hsv0(int)(60(b-g)/(max-min))360
else
if(g(int)max) hsv0(int)(60(b-r)/(max-min))1
20 else
if(b(int)max) hsv0(int)(60(r-b)/(max-min))2
40 return
hsv
8YIQ
- Define un espacio de color utilizado antiguamente
en la norma NTSC de televisión. - La componente Y es la luminancia (representada en
los televisores B/N) - Las componentes I, Q representan la crominancia
en dos ejes
9YIQ
De YIQ a RGB
R Y 0.9562948323208939905 I 0.6210251254447287141 Q
G Y - 0.2721214740839773195 I - 0.6473809535176157223 Q
B Y - 1.106989908567128216 I 1.704614975498829329 Q
O utilizando la forma de representación
matricial