Skip to main content

DeviceVideoSettings.Gamma Property

Provides access to the video property that specifies the gamma.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public DeviceVideoProperty Gamma { get; }

Property Value

Type Description
DeviceVideoProperty

A DeviceVideoProperty object that is the video property specifying the gamma.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Gamma
WinForms Controls CameraControl
.VideoSettings .Gamma
WPF Controls CameraControl
.DeviceSettings .Gamma
See Also