[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A record structure holding the RGBA values of a color.
Source position: fpg_base.pas line 38
type TRGBTriple = record |
||
Red: Word; |
|
|
Green: Word; |
|
|
Blue: Word; |
|
|
Alpha: Word; |
|
Alpha support has not really been implemented in fpGUI yet. |
end; |
This is now marked as "deprecated". Please use TFPColor instead.