GdkPixbuf::put_pixel

put_pixel(int x, int y, int pixel or red [, int green [, int blue [, int alpha]]]);

Set a given single pixel to a given color.

Note that using this method repeatedly (e.g. in a loop) is very slow.

See also: fill_area() , fill() , get_pixel() ,