[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
RedGreenBlue - decomposes a composite colour into its component Red, Green and Blue values
Source position: graphics.pp line 1892
procedure RedGreenBlue( |
rgb: TColor; |
out Red: Byte; |
out Green: Byte; |
out Blue: Byte |
); |
rgb |
|
The colour for processing, expressed as RGB |
Red |
|
The Red component of the colour defined in RGB |
Green |
|
The Greencomponent of the colour defined in RGB |
Blue |
|
The Blue component of the colour defined in RGB |
lazarus-ccr.sourceforge.net |