Header menu logo Mibo

ToneMappingConfig Type

Tone mapping algorithms for HDR -> LDR conversion. Controls how high dynamic range values are compressed to fit within displayable range.

Union cases

Union case Description

ACES

Full Usage: ACES

Academy Color Encoding System (ACES). Industry standard for film and games, excellent color reproduction.

AgX

Full Usage: AgX

AgX tone mapping. Modern film-inspired transform with pleasing color grading.

Filmic

Full Usage: Filmic

Filmic tone mapping. Cinematic look with good highlight rolloff and shadow detail.

NoToneMapping

Full Usage: NoToneMapping

No tone mapping applied. Values may clip at white.

Reinhard

Full Usage: Reinhard

Reinhard tone mapping. Simple, classic algorithm with good contrast rolloff.

Instance members

Instance member Description

this.IsACES

Full Usage: this.IsACES

Returns: bool
Returns: bool

this.IsAgX

Full Usage: this.IsAgX

Returns: bool
Returns: bool

this.IsFilmic

Full Usage: this.IsFilmic

Returns: bool
Returns: bool

this.IsNoToneMapping

Full Usage: this.IsNoToneMapping

Returns: bool
Returns: bool

this.IsReinhard

Full Usage: this.IsReinhard

Returns: bool
Returns: bool

Type something to start searching.