Color table entry
Source position: intuition.pas line 1059
| type TColorSpec = record | ||
| ColorIndex: SmallInt; | 
 | -1 terminates an array of ColorSpec | 
| Red: Word; | 
 | Only the bottom 4 bits recognized | 
| Green: Word; | 
 | Only the bottom 4 bits recognized | 
| Blue: Word; | 
 | Only the bottom 4 bits recognized | 
| end; |