API (v2.0.0) - Giro3D
    Preparing search index...

    Interface DecodeOptions

    interface DecodeOptions {
        height: number;
        noDataValue?: number;
        width: number;
    }
    Index

    Properties

    height: number

    The texture height

    noDataValue?: number

    The no-data value

    width: number

    The texture width.