struct WhiteBalanceSettings

Settings that control white balance post-process.

Public

Constructors

WhiteBalanceSettings

WhiteBalanceSettings() = default

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Fields

Temperature

float Temperature

Temperature used for white balancing, in Kelvins.

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

Tint

float Tint

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].