RGBtoHSI  Method

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

Syntax                 [BIImage.]RGBtoHSI r g b h s i

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.

                            i                               Short*             Phase of intensity.

See Also              Color Conversions Structures section