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