Class WhiteBalanceSettings

Settings that control white balance post-process.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_temperature: number
_tint: number

Accessors

  • get temperature(): number
  • Temperature used for white balancing, in Kelvins.

    Moves along the Planckian locus. In range [1500.0f, 15000.0f].

    Returns number

  • set temperature(value): void
  • Parameters

    • value: number

    Returns void

  • get tint(): number
  • Additional tint to be applied during white balancing. Can be used to further tweak the white balancing effect by modifying the tint of the light. The tint is chosen on the Planckian locus isothermal, depending on the light temperature specified by #temperature.

    In range [-1.0f, 1.0f].

    Returns number

  • set tint(value): void
  • Parameters

    • value: number

    Returns void

Methods