fill


Description:

[ CCode ( cname = "gimp_preview_area_fill" ) ]
public void fill (int x, int y, int width, int height, uint8 red, uint8 green, uint8 blue)

Fills the given rectangle of this in the given color and queues a redraw.

Since GIMP 2.2

Parameters:

this

a PreviewArea widget.

x

x offset in preview

y

y offset in preview

width

width of the rectangle to fill

height

height of the rectangle to fill

red

red component of the fill color (0-255)

green

green component of the fill color (0-255)

blue

red component of the fill color (0-255)