NAME
META_SETPIXEL
NEAREST API CALL
#include <windows.h>
COLORREF SetPixel
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	COLORREF color
);
DESCRIPTION
U16 Value 0 COLORREF 1 2 y 3 x SetPixel sets the pixel at x,y to the specified color.
support.htmlback 