Method
GeglBufferset_color
Declaration [src]
void
gegl_buffer_set_color (
  GeglBuffer* buffer,
  const GeglRectangle* rect,
  GeglColor* color
)
Parameters
- rect
- 
            Type: GeglRectangleA rectangular region to fill with a color. The data is owned by the caller of the method. 
- color
- 
            Type: GeglColorThe GeglColor to fill with. The data is owned by the caller of the method.