| ImageEn, unit iegradientbar |
|
TIEGradientBar.RGB
Declaration
property RGB: TRGB;
Description
The color the user has selected.
Read-only
Example
Label1.Caption := Format( 'R=%d G=%d B=%d', [ IEGradientBar1.RGB.R, IEGradientBar1.RGB.G, IEGradientBar1.RGB.B ] );
See Also
◼CreateRGB
◼IERGBToColor
◼IEColorToRGB