Method
VipsImagedraw_flood1
Declaration [src]
int
vips_draw_flood1 (
VipsImage* image,
double ink,
int x,
int y,
...
)
Description [src]
Optional arguments:
test
: test this imageequal
: fill while equal to edgeleft
: output left edge of bounding box of modified areatop
: output top edge of bounding box of modified areawidth
: output width of bounding box of modified areaheight
: output height of bounding box of modified area
As vips_draw_flood(), but just takes a single double for ink
.
See also: vips_draw_flood().
This method is not directly available to language bindings.