ImageEn, unit hsvbox
THSVBox.Red
THSVBox
.Red
Declaration
property Red: Byte;
Description
Red channel of the conversion from current HSV color to RGB.
Read-only
Example
// Read RGB after changing HSV
HSVBox1.Hue := 120;
ShowMessage( IntToStr( HSVBox1.Red ));
See Also
◼
Green
◼
Blue
◼
SetColor