WhiteBalanceGains

interface WhiteBalanceGains

Represents the per-channel gains applied for white balance correction.

Each gain is a multiplier applied to the respective color channel in the Camera's raw sensor data to achieve a neutral white point.

See

WhiteBalanceTemperatureAndTint

Properties

blueGain

blueGain: number

The gain applied to the blue channel.


greenGain

greenGain: number

The gain applied to the green channel.


redGain

redGain: number

The gain applied to the red channel.

On this page