ImageJS
    Preparing search index...

    Interface FloodFillOptions

    interface FloodFillOptions {
        allowCorners?: boolean;
        origin?: Point;
        out?: Mask;
    }
    Index

    Properties

    allowCorners?: boolean

    Consider pixels connected by corners?

    false

    origin?: Point

    Origin for the algorithm relative to the top-left corner of the image.

    {row: 0, column: 0}

    out?: Mask

    Specify the output image.