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

    Interface BinaryMask

    Strictly 0 or 1

    interface BinaryMask {
        data: Uint8Array;
        h: number;
        type: BINARY;
        w: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: Uint8Array
    h: number
    type: BINARY
    w: number