Function 1 — draw point in window

From KolibriOS wiki
Revision as of 09:26, 2 January 2011 by Mike.dld (talk | contribs) (Created page with '__NOTOC__ {{DISPLAYTITLE: Function 1 — draw point in window}} == Parameters == {| border="1" id="table1" class="wikitable sysfunc" |- ! class="header" | bits ! class="he...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Parameters

bits type value description
eax
0–31 uint32 1 Function number.
ebx
0–31 int32 point offset by X Point position relative to paint origin (see function 0, edx29).
ecx
0–31 int32 point offset by Y Point position relative to paint origin (see function 0, edx29).
edx
0–23 rgb888 pixel color
24 bit flag: inverse color
  • 0 — draw point of specified color;
  • 1 — invert pixel color at coordinates, ignoring specified color.
25–31 0 Reserved.

Return value

Function doesn't return value.