ToneMapping¶
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 (Texture2D Required) | — |
| Mode (Int32) | — |
| CorrectGamma (Boolean) | — |
| Gamma (Single) | — |
| Exposure (Single) | — |
Outputs¶
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Texture2D |