Interface PaintMaskOnMaskOptions

interface PaintMaskOnMaskOptions {
    origin?: Point;
    out?: Mask;
    value?: BitValue;
}

Properties

Properties

origin?: Point

Top-left corner of the mask relative to a parent image.

Default

{row: 0, column: 0}

out?: Mask

Mask to which to output.

value?: BitValue

Value with which to set the pixel.

Default

1