Interface SolidFillOptions

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

Properties

Properties

allowCorners?: boolean

Consider pixels connected by corners?

Default

false

out?: Mask

Image to which the inverted image has to be put.