[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TFPColor - record type used as an internal representation for a colour: a TColor has been decomposed into its component Red, Green, Blue and Alpha parts, to allow easy manipulation of each
Source position: fpimage.pp line 30
type TFPColor = record |
red: Word; |
green: Word; |
blue: Word; |
alpha: Word; |
end; |
lazarus-ccr.sourceforge.net |