'Declaration Public Property ContrastLimitLight As Byte
'Usage Dim instance As BrightnessContrastOptions Dim value As Byte instance.ContrastLimitLight = value value = instance.ContrastLimitLight
public byte ContrastLimitLight {get; set;}
'Declaration Public Property ContrastLimitLight As Byte
'Usage Dim instance As BrightnessContrastOptions Dim value As Byte instance.ContrastLimitLight = value value = instance.ContrastLimitLight
public byte ContrastLimitLight {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.