OptionalisEnabled: booleanOptionaltype: EnumValue<ToneMappingType, number>OptionalfilmicTonemappingSettings: Immutable<FilmicTonemappingSettings>OptionaluchimuraTonemappingSettings: Immutable<UchimuraTonemappingSettings>Protected_filmicProtected_isProtected_typeProtected_uchimuraSettings for the filmic tonemapping curve.
Determines should the image be tonemapped. Tonemapping converts an HDR image into LDR image by applying a filmic curve to the image, simulating the effect of film cameras. Filmic curve improves image quality by tapering off lows and highs, preventing under- and over-exposure. This is useful if an image contains both very dark and very bright areas, in which case the global exposure parameter would leave some areas either over- or under-exposed. Use #tonemapping to customize how tonemapping performed.
If this is disabled, then color grading and white balancing will not be enabled either. Only relevant for HDR images.
The type of curve that is used for tonemaping.
Settings for the Ushimura (GT) tonemapping curve.
Copies all properties defined by the prototype of TonemappingSettings from other to this instance.
Clones this instance and returns a new TonemappingSettings with identical values.
Determines if this TonemappingSettings instance is equal to the other instance.
StaticisDetermines if both TonemappingSettings instances are equal.
Settings that control tonemap post-process.