VideoDeviceController.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 a MediaDeviceControl object that can be used to get or set the white balance on the camera.
public:
property MediaDeviceControl ^ WhiteBalance { MediaDeviceControl ^ get(); };
MediaDeviceControl WhiteBalance();
public MediaDeviceControl WhiteBalance { get; }
var mediaDeviceControl = videoDeviceController.whiteBalance;
Public ReadOnly Property WhiteBalance As MediaDeviceControl
Property Value
A MediaDeviceControl object that provides methods to get and set the white balance.
Remarks
White balance is specified as a color temperature in degrees Kelvin.
For more information on getting or setting this value, see MediaDeviceControl.