ImageGdk.getPixel

Warning gdk_image_get_pixel is deprecated and should not be used in newly-written code. Gets a pixel value at a specified position in a GdkImage.

class ImageGdk
uint
getPixel
(
int x
,
int y
)

Parameters

x int

the x coordinate of the pixel to get.

y int

the y coordinate of the pixel to get.

Return Value

Type: uint

the pixel value at the given position.

Meta