CapturedFrameControlValues.WhiteBalanceGain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the white balance gain used for a frame in a variable photo sequence.
public:
property IReference<WhiteBalanceGain> ^ WhiteBalanceGain { IReference<WhiteBalanceGain> ^ get(); };
IReference<WhiteBalanceGain> WhiteBalanceGain();
public System.Nullable<WhiteBalanceGain> WhiteBalanceGain { get; }
var iReference = capturedFrameControlValues.whiteBalanceGain;
Public ReadOnly Property WhiteBalanceGain As Nullable(Of WhiteBalanceGain)
Property Value
The white balance gain used for a frame in a variable photo sequence.