Image.floodFillColor

Fill the image like floodFill but use the specified colors.

class Image
void
floodFillColor

Parameters

xOffset
Type: ssize_t

Starting x location for the operation.

xOffset
Type: ssize_t

Starting y location for the operation.

fillColor
Type: Color

Fill color to use.

borderColor
Type: Color

borderColor to use.

channel

The affected channels.

Meta