[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 39
type TRGBTriple = record |
||
Red: Word; |
||
Green: Word; |
||
Blue: Word; |
||
Alpha: Word; |
|
Alpha support has not really been implemented in fpGUI yet. |
end; |
A record structure holding the RGBA values of a color. This is now marked as "deprecated". Please use TFPColor instead.