Configures the HDR tonemap pass for a View.

  • Located at Effects.tonemap, which lives at View.effects.
  • Disabled by default. When disabled, the tonemap pass runs as an identity copy. Applications that need HDR display mapping opt in with effects: {tonemap: {enabled: true}}.

Properties

view: View

The View this Tonemap belongs to.

Accessors

  • get applied(): boolean

    Gets if Tonemap settings are currently applied.

    This is true when the component enabled state is in the component enabled state. When false, the tonemap pass runs as an identity copy.

    Returns boolean

Methods