ImageJS
    Preparing search index...

    Interface MaskOptions

    interface MaskOptions {
        data?: Uint8Array<ArrayBufferLike>;
        origin?: Point;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data?: Uint8Array<ArrayBufferLike>

    Typed array holding the mask data.

    origin?: Point

    Origin of the image relative to a parent image.

    {row: 0, column: 0 }