WhiteBalanceGain WhiteBalanceGain WhiteBalanceGain WhiteBalanceGain Struct

Definition

Represents the red, green, and blue values of a white balance gain setting.

public : struct WhiteBalanceGainpublic struct WhiteBalanceGainPublic Structure WhiteBalanceGain// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

B B B B

The blue value of a white balance gain setting.

public : field double Bpublic field double BPublic Field B// You can use this field in JavaScript.

G G G G

The green value of a white balance gain setting.

public : field double Gpublic field double GPublic Field G// You can use this field in JavaScript.

R R R R

The red value of a white balance gain setting.

public : field double Rpublic field double RPublic Field R// You can use this field in JavaScript.