Home
Script Language
Colors
RGB
See also:
InterpolateColPal
,
Color Adjustment
,
SetClassColor
,
ConvertRGBtoHSI
,
ColorToGrayColor
,
ColorToGrayValue
,
ColorToRGB
,
ReverseRGBColor
,
ColorToHexStr
,
HexStrToColor
,
GetClassColor
Index
Statistical Background
RGB
Declaration:
RGB
(r,g,b: byte):
TColor
;
Converts the red, green and blue values (parameters
r
,
g
and
b
) into the corresponding color value. The parameters
r
,
g
and
b
may assume values between 0 and 255.