VideoDeviceController.Contrast 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 MediaDeviceControl 物件,可用來取得或設定相機上的對比層級。
public:
property MediaDeviceControl ^ Contrast { MediaDeviceControl ^ get(); };
MediaDeviceControl Contrast();
public MediaDeviceControl Contrast { get; }
var mediaDeviceControl = videoDeviceController.contrast;
Public ReadOnly Property Contrast As MediaDeviceControl
屬性值
MediaDeviceControl物件,提供取得和設定對比的方法。
備註
對比會指定為乘以 100 的增益因數。
如需取得或設定此值的詳細資訊,請參閱 MediaDeviceControl。