Method
GimpUiPreviewAreafill
Declaration [src]
void
gimp_preview_area_fill (
  GimpPreviewArea* area,
  gint x,
  gint y,
  gint width,
  gint height,
  guchar red,
  guchar green,
  guchar blue
)
      Description [src]
Fills the given rectangle of area in the given color and queues a redraw.
Since GIMP 2.2
Parameters
x- 
            
Type:
gintX offset in preview.
 y- 
            
Type:
gintY offset in preview.
 width- 
            
Type:
gintWidth of the rectangle to fill.
 height- 
            
Type:
gintHeight of the rectangle to fill.
 red- 
            
Type:
gucharRed component of the fill color (0-255)
 green- 
            
Type:
gucharGreen component of the fill color (0-255)
 blue- 
            
Type:
gucharRed component of the fill color (0-255)