HSVtoYUV  Method

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

Syntax                 [BIImage.]HSVtoYUV h s v _y _u _v

Returns              

Remarks             h                              Short               Phase of hue.

                            s                              Short               Phase of saturation.

                            v                              Short               Phase of value.

                            _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