CapturedFrameControlValues.WhiteBalance 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 setting used for a frame in a variable photo sequence.
public:
property IReference<unsigned int> ^ WhiteBalance { IReference<unsigned int> ^ get(); };
IReference<uint32_t> WhiteBalance();
public System.Nullable<uint> WhiteBalance { get; }
var iReference = capturedFrameControlValues.whiteBalance;
Public ReadOnly Property WhiteBalance As Nullable(Of UInteger)
Property Value
The white balance setting used for a frame in a variable photo sequence.