gdkImageGetPixel {RGtk2}R Documentation

gdkImageGetPixel

Description

Gets a pixel value at a specified position in a GdkImage.

Usage

gdkImageGetPixel(object, x, y)

Arguments

object [GdkImage] a GdkImage.
x [integer] the x coordinate of the pixel to get.
y [integer] the y coordinate of the pixel to get.

Value

[numeric] the pixel value at the given position.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]