win32gui.SetPixel
int = SetPixel(hdc, X , Y , Color )
Set the color of a single pixel
Parameters
Return Value
Returns the RGB color actually set, which may be different from the one passed in
int = SetPixel(hdc, X , Y , Color )
Set the color of a single pixel