gdkImageGetPixel {RGtk2} | R Documentation |
Gets a pixel value at a specified position in a GdkImage
.
gdkImageGetPixel(object, x, y)
|
a |
|
the x coordinate of the pixel to get. |
|
the y coordinate of the pixel to get. |
[numeric] the pixel value at the given position.
Derived by RGtkGen from GTK+ documentation