LABtoRGB  Method

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

Syntax                 [BIImage.]LABtoRGB l a b _r _g _b

Returns              

Remarks             l                               Short               Phase of L.

                            a                              Short               Phase of A.

                            b                              Short               Phase of B.

                            _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