Skip to content

decode.TypeAlias.DecodeParameters

github-actions[bot] edited this page Jan 15, 2025 · 13 revisions

@monogrid/gainmap-js / decode / DecodeParameters

Type Alias: DecodeParameters

DecodeParameters: object & GainmapDecodingParameters & GainMapMetadata

Type declaration

gainMap

gainMap: Texture

An Texture containing the GainMap recovery image

renderTargetOptions?

optional renderTargetOptions: QuadRendererTextureOptions

Options to use when creating the output renderTarget

renderer?

optional renderer: WebGLRenderer

WebGLRenderer used to decode the GainMap

sdr

sdr: Texture

An Texture containing the SDR Rendition

Defined in

src/decode/types.ts:27

Clone this wiki locally