[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Combines the values for Red, Green and Blue into a TColor value.
Source position: graphics.pp line 1934
function RGBToColor( |
R: Byte; |
G: Byte; |
B: Byte |
):TColor; |
R |
|
Byte with the Red color component. |
G |
|
Byte with the Green color component. |
B |
|
Byte with the Blue color component. |
TColor value for the specified color components.
Version 4.0 | Generated 2025-05-03 | Home |