Click to See Complete Forum and Search --> : Quick question about SetPixel
Arbiter
Sep 15th, 2000, 09:11 AM
Could someone please confirm the difference between SetPixel and SetPixelV.
I'm led to believe that SetPixelV is faster but the big question is - why?
Mad Compie
Sep 15th, 2000, 01:42 PM
The SetPixel function sets the pixel at the specified coordinates to the specified color.
The SetPixelV function sets the pixel at the specified coordinates to the closest approximation of the specified color. The point must be in the clipping region and the visible part of the device surface.
oetje
Sep 15th, 2000, 02:14 PM
Setpixels also returns the value of the pixel before it was set.
It returns the colour of the pixel being set (the 3rd argument)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.