Interface MaskOptions

interface MaskOptions {
    data?: Uint8Array;
    origin?: Point;
}

Hierarchy

Properties

Properties

data?: Uint8Array

Typed array holding the mask data.

origin?: Point

Origin of the image relative to a parent image.

Default

{row: 0, column: 0 }