ImageGdk.putPixel

Warning gdk_image_put_pixel is deprecated and should not be used in newly-written code. Sets a pixel in a GdkImage to a given pixel value.

class ImageGdk
void
putPixel
(
int x
,
int y
,
uint pixel
)

Parameters

x int

the x coordinate of the pixel to set.

y int

the y coordinate of the pixel to set.

pixel uint

the pixel value to set.

Meta