ImageJS
    Preparing search index...

    Interface PaintMaskOnMaskOptions

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

    Properties

    Properties

    origin?: Point

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

    {row: 0, column: 0}

    out?: Mask

    Mask to which to output.

    value?: BitValue

    Value with which to set the pixel.

    1