Description | Hierarchy | Fields | Methods | Properties |
type TRGBRec = packed record
A standard color type without alpha channel. E.g. used for copying data from other bitmap sources into an TAdBitmap.
r:byte; |
g:byte; |
b:byte; |
r:byte; |
Red Value |
g:byte; |
b:byte; |
Green Value |