Description Sets the color of a pixel from a device independent bitmap (DIB). In the case of 8 bit images, the color you pass to the function must be in the color palette of the image.
Syntax TagCount = [BiDib.]SetDIBPixelColor hDib x y Color
Remarks hDib LONGLONG Handle to a DIB.
x Long x coordinate of the pixel.
y Long y coordinate of the pixel.
Color LONGLONG Color value. The pixel’s color will be set to this color.
See Also GetDIBPixelColor Method