Contrast Property (ImageData)
In This Topic
Gets or sets a value to change the contrast.
Allowed values are from -1 to 1, inclusive.
The default is 0.
Syntax
'Declaration
Public Property Contrast As System.Single
public System.float Contrast {get; set;}
See Also