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