Subversion Repositories Kolibri OS

Rev

Rev 9017 | Rev 9151 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9017 Rev 9052
Line 2228... Line 2228...
2228
    (must be 40 bytes for future compatibility)
2228
    (must be 40 bytes for future compatibility)
2229
Returned value:
2229
Returned value:
2230
  * function does not return value
2230
  * function does not return value
2231
Format of the color table:
2231
Format of the color table:
2232
each item is dword-value for color 0x00RRGGBB
2232
each item is dword-value for color 0x00RRGGBB
2233
  * +0: dword: frames - color of frame
2233
  * +0: dword: none - reserved
2234
  * +4: dword: grab - color of header
2234
  * +4: dword: none - reserved
2235
  * +8: dword: grab_button - color of button on header bar
2235
  * +8: dword: work_dark - dark color of working area 
-
 
2236
    used to give a user 3D-like feelings about interface elements
2236
  * +12 = +0xC: dword: grab_button_text - color of text on button
2237
  * +12 = +0xC: dword: work_light - light color of working area 
2237
    on header bar
2238
    used to give a user 3D-like feelings about interface elements
2238
  * +16 = +0x10: dword: grab_text - color of text on header
2239
  * +16 = +0x10: dword: grab_text - color of text on header
2239
  * +20 = +0x14: dword: work - color of working area
2240
  * +20 = +0x14: dword: work - color of working area
2240
  * +24 = +0x18: dword: work_button - color of button in working area
2241
  * +24 = +0x18: dword: button - color of button in working area
2241
  * +28 = +0x1C: dword: work_button_text - color of text on button
2242
  * +28 = +0x1C: dword: button_text - color of text on button
2242
    in working area
2243
    in working area
2243
  * +32 = +0x20: dword: work_text - color of text in working area
2244
  * +32 = +0x20: dword: work_text - color of text in working area
2244
  * +36 = +0x24: dword: work_graph - color of graphics in working area
2245
  * +36 = +0x24: dword: graph - color of graphics in working area
2245
Remarks:
2246
Remarks:
2246
  * Structure of the color table is described in the standard
2247
  * Structure of the color table is described in the standard
2247
    include file 'macros.inc' as 'system_colors'; for example,
2248
    include file 'macros.inc' as 'system_colors'; for example,
2248
    it is possible to write:
2249
    it is possible to write:
2249
        sc      system_colors           ; variable declaration
2250
        sc      system_colors           ; variable declaration