Source position: agraphics.pas line 247
type TColorFontColors = record |
||
cfc_Reserved: Word; |
|
Must be zero |
cfc_Count: Word; |
|
Number of entries in cfc_ColorTable |
cfc_ColorTable: PWord; |
|
4 bit per component color map packed xRGB |
end; |