CMYKtoYUV  Method

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

Syntax                 [BIImage.]CMYKtoYUV c m y k _y _u _v

Returns              

Remarks             c                              Short               Phase of cyan.

                            m                             Short               Phase of magnetta.

                            y                              Short               Phase of yellow.

                            k                              Short               Phase of black.

                            _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