react-native-vision-cameraInterfaces
WhiteBalanceGains
interface WhiteBalanceGainsRepresents 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: numberThe gain applied to the blue channel.
greenGain
greenGain: numberThe gain applied to the green channel.
redGain
redGain: numberThe gain applied to the red channel.