RGBtoHSV  Method

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

Syntax                 [BIImage.]RGBtoHSV r g b h s 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.

                            h                              Short*             Phase of hue.

                            s                              Short*             Phase of saturation.

                            v                              Short*             Phase of value.

See Also              Color Conversions Structures section