Preparing search index...
The search index is not available
ImageJS
ImageJS
floodFill
Function floodFill
floodFill
(
mask
:
Mask
,
options
?:
FloodFillOptions
)
:
Mask
Apply a flood fill algorithm to an image.
Parameters
mask
:
Mask
Mask to process.
options
:
FloodFillOptions
= {}
Flood fill options.
Returns
Mask
The filled mask.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ImageJS
Loading...
Apply a flood fill algorithm to an image.