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