HSVtoRGB  Method

Description         Returns the  R, G, B component values that are equivalent to the color represented by the HSV values.

Syntax                 [BIImage.]HSVtoRGB h s v r g b

Returns              

Remarks             h                              Short               Phase of hue.

                            s                              Short               Phase of saturation.

                            v                              Short               Phase of value.

                            r                              Short*             The red component of the RGB

                            g                              Short*             The green component of the RGB.

                            b                              Short*             The blue component of the RGB.

See Also              Color Conversions Structures section