[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 53
type TFPColor = record |
Red: Byte; |
Green: Byte; |
Blue: Byte; |
Alpha: Byte; |
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.