We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@monogrid/gainmap-js / encode / getSDRRendition
getSDRRendition(hdrTexture, renderer?, toneMapping?, renderTargetOptions?): QuadRenderer<1009>
hdrTexture
renderer?
toneMapping?
renderTargetOptions?
QuadRenderer
1009
Defined in: src/encode/get-sdr-rendition.ts:25
Renders an SDR Representation of an HDR Image
DataTexture
The HDR image to be rendered
WebGLRenderer
(optional) WebGLRenderer to use during the rendering, a disposable renderer will be create and destroyed if this is not provided.
ToneMapping
(optional) Tone mapping to be applied to the SDR Rendition
QuadRendererTextureOptions
(optional) Options to use when creating the output renderTarget
QuadRenderer<1009>
if the WebGLRenderer fails to render the SDR image