RGBtoXYZ  Method

Description         Returns the  X, Y, Z component values that are equivalent to the color represented by the RGB values.

Syntax                 [BIImage.]RGBtoXYZ r g b x y z

Returns              

Remarks             r                             Short                 The red component of the RGB

                            g                            Short                 The green component of the RGB.

                            b                            Short                 The blue component of the RGB.

                            x                            Short*               Phase of X.

                            y                            Short*               Phase of Y.

                            z                             Short*               Phase of Z.

See Also              Color Conversions Structures section