VideoDeviceController.Hue 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 camera's hue setting.
public:
property MediaDeviceControl ^ Hue { MediaDeviceControl ^ get(); };
MediaDeviceControl Hue();
public MediaDeviceControl Hue { get; }
var mediaDeviceControl = videoDeviceController.hue;
Public ReadOnly Property Hue As MediaDeviceControl
Property Value
A MediaDeviceControl object that provides methods to get and set the hue.
Remarks
Hue is specified in degrees multiplied by 100.
For more information on getting or setting this value, see MediaDeviceControl.