An indexer providing the components of the color in absolute
values between 0 and 1. The order of components is RGB, CMYK or
Gray depending on color space. To access alpha you can pass in an
index of -1.
Notes
This is synchronized with R ,
G ,
B ;
C ,
M ,
Y ,
K ;
and Gy
.