Image.floodFillPattern

Fill the image like floodFill but use the specified pattern an borderColor.

class Image
void
floodFillPattern

Parameters

xOffset
Type: ssize_t

Starting x location for the operation.

xOffset
Type: ssize_t

Starting y location for the operation.

fillPattern
Type: Image

Fill pattern to use.

borderColor
Type: Color

borderColor to use.

channel

The affected channels.

Meta