Skip to content

Lib.image.color.ToneMapping

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

ToneMapping

in Lib.image.color


Tone mapping is the process of converting high dynamic range (HDR) imagery to a displayable format, adjusting the contrast and brightness to make it visually appealing while preserving details in both highlights and shadows.


Input Parameters

Name (Relevancy & Type) Description
Texture2d (Texture2DRequired) -
Mode (Int32) -
CorrectGamma (Boolean) -
Gamma (Single) -
Exposure (Single) -

Outputs

Name Type
Output T3.Core.DataTypes.Texture2D

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally