Hilo3d API - v2.0.0
    Preparing search index...

    Interface RadianceHDRImage

    interface RadianceHDRImage {
        data: Float32Array;
        exposure: number;
        gamma: number;
        shape: readonly [number, number];
    }
    Index
    data: Float32Array
    exposure: number
    gamma: number
    shape: readonly [number, number]