ImageJS
    Preparing search index...

    Interface SolidFillOptions

    interface SolidFillOptions {
        allowCorners?: boolean;
        out?: Mask;
    }
    Index

    Properties

    Properties

    allowCorners?: boolean

    Consider pixels connected by corners?

    false

    out?: Mask

    Image to which the inverted image has to be put.