gdkImagePutPixel {RGtk2} | R Documentation |
Sets a pixel in a GdkImage
to a given pixel value.
gdkImagePutPixel(object, x, y, pixel)
|
a |
|
the x coordinate of the pixel to set. |
|
the y coordinate of the pixel to set. |
|
the pixel value to set. |
Derived by RGtkGen from GTK+ documentation