[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 47
type TFPColor = record |
Red: Word; |
Green: Word; |
Blue: Word; |
Alpha: Word; |
end; |
This is the same declaration as the one found in FPImage (included with the Free Pascal Compiler). In future when FPImage is integrated with fpGUI, this declaration will be removed.