ImageSetPixelColor sets the color value of a bitmap pixel of a complete bitmap.
Return Value
bool
Parameters
hImg identifies the picture created with ImageCreate.
x is the horizontal pixel position in the range 1 to ImageGetWidth.
y is the vertical pixel position in the range 1 to ImageGetHeight.
rgb is the RGB value of a pixel.
rgbMat is a matrix with the RGB values.
History
| Version | Description |
|---|---|
| 5.3.2 | New |
id-1230884