RGBtoYUV  Method

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

Syntax                 [BIImage.]RGBtoYUV r g b y u v

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.

                            y                              Short*             Phase of luminance.

                            u                              Short*             Phase of Chroma R-Y.

                            v                              Short*             Phase of Chroma B-Y.

See Also              Color Conversions Structures section