Function 48, subfunction 2 - set standard window colors.
Parameters:
- eax = 48 - function number
- ebx = 2 - subfunction number
- ecx = pointer to the color table
- edx = size of the color table
(must be 40 bytes for future compatibility)
Format of the color table is shown in description of subfunction 3.
Returned value:
- function does not return value
Remarks:
- After call to this function one should redraw the screen by
subfunction 0.
- Table of standard colors influences only to applications,
which receive this table obviously (by subfunction 3)
and use it (specifying colors from it to drawing functions).
- Table of standard colors is included in skin and is installed
anew with skin installation (by subfunction 8).
- Color table can be viewed/changed interactively with
the application 'desktop'.