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