YUVtoHSV  Method

Description         Returns the H, S, V component values that are equivalent to the color represented by the YUV values.

Syntax                 [BIImage.]YUVtoHSV y u v _h _s _v

Returns              

Remarks             y                              Short               Phase of luminance.

                            u                              Short               Phase of Chroma R-Y.

                            v                              Short               Phase of Chroma B-Y.

                            _h                            Short*             Phase of hue.

                            _s                            Short*             Phase of saturation.

                            _v                            Short*             Phase of value.

See Also              Color Conversions Structures section