| [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 TRGBTriple = packed record | ||
| Red: Byte; | ||
| Green: Byte; | ||
| Blue: Byte; | ||
| Alpha: Byte; | 
 | Alpha support has not really been implemented in fpGUI yet. | 
| end; | 
A record structure holding the RGBA values of a color.