Tag start for OpenScreenTagList()ti_Data is an array of TColorSpec, terminated by ColorIndex = -1. Specifies initial screen palette colors.
Source position: intuition.pas line 1980
const SA_Colors = SA_Dummy + $0009; |
Specifies initial screen palette colors. Data is a pointer to an array of TColorSpec structures, terminated by a ColorSpec structure with ColorIndex=-1. Screen colors may be changed after the screen is opened with the graphics library functions SetRGB4() and LoadRGB4(). ColorSpec colors are right-justified, four bits per gun.