COMPONENTS



COLOR2PT

Click box to see full description


This function takes a color, C and returns the point(R,G,B).

COLOR2RGB

Click box to see full description


This function returns the red, green and blue components of the color.

CTRANSFORM

Click box to see full description


This function transforms the input color, C 
from the "FROM" color space into the "TO" color space.
The available color spaces are: rgb, hsv, xzy, xyY, YIQ.

FLT2COLOR

Click box to see full description


This function takes a float, A and returns the color(A,A,A).

FLT2PT

Click box to see full description


This function takes a float, A and returns the point(A,A,A).

PT2COLOR

Click box to see full description


This function takes a point, Pt and returns the color(X,Y,Z).

PT2XYZ

Click box to see full description


This function returns the xyz components of a point.

RGB2COLOR

Click box to see full description


This function takes the three floats and
returns a color with those red green blue components.

XYZ2PT

Click box to see full description


This function takes the three floats and
returns a point with those xyz components.