Pixel Data JS - v0.28.0
    Preparing search index...

    Interface MutableMask<T>

    interface MutableMask<T extends MaskType> {
        data: Uint8Array;
        h: number;
        type: T;
        w: number;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: Uint8Array
    h: number
    type: T
    w: number