entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface Raster

    interface Raster {
        h: number;
        rgba: Uint8ClampedArray;
        w: number;
    }
    Index
    h: number
    rgba: Uint8ClampedArray
    w: number