Description | Hierarchy | Fields | Methods | Properties |
type TAndorraColor = packed record
Andorra 2Ds standard color type. Consists of four bytes for Red, Green, Blue and Alpha.
r:byte; |
g:byte; |
b:byte; |
a:byte; |
r:byte; |
Red Value |
g:byte; |
Green Value |
b:byte; |
Blue Value |
a:byte; |
Alpha Value |