Method
GimpDrawableget_pixel
Declaration [src]
GeglColor*
gimp_drawable_get_pixel (
GimpDrawable* drawable,
gint x_coord,
gint y_coord
)
Description [src]
Gets the value of the pixel at the specified coordinates.
This procedure gets the pixel value at the specified coordinates.
Return value
Type: GeglColor
The pixel color.
The caller of the method takes ownership of the data, and is responsible for freeing it. |