Click or drag to resize

Device.Gamma Property

Gets or sets the Source gamma correction value for the image data.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public float Gamma { get; set; }

Property Value

Type: Single
The Source gamma correction value for the image data.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
There is no set range of values for this property, however many devices default to a value of 2.2.
See Also