Public Property ContrastLimitDark As Byte
Dim instance As BrightnessContrastOptions Dim value As Byte instance.ContrastLimitDark = value value = instance.ContrastLimitDark
public byte ContrastLimitDark {get; set;}
Public Property ContrastLimitDark As Byte
Dim instance As BrightnessContrastOptions Dim value As Byte instance.ContrastLimitDark = value value = instance.ContrastLimitDark
public byte ContrastLimitDark {get; set;}
The default value is 127.
Valid values are 0 to 255.
This value determines how far in either direction a pixel in this range is allowed to shift when corrected using adaptive correction. A value of 0 will prevent any change to light pixels, while a value of 255 will allow maximum enhancement of contrast.