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