'Declaration Public Property Quality As Integer
'Usage Dim instance As BrightnessContrastOptions Dim value As Integer instance.Quality = value value = instance.Quality
public int Quality {get; set;}
'Declaration Public Property Quality As Integer
'Usage Dim instance As BrightnessContrastOptions Dim value As Integer instance.Quality = value value = instance.Quality
public int Quality {get; set;}
The default value is 50.
Valid values are 1 to 100.
This value sets the sampling density used during the brightness and contrast analysis. Small values will result in slightly faster performance, as well as a larger window size for adaptive correction. A high value will result in slightly slower performance, greater sensitivity to small regions of change, and a smaller window size for adaptive correction.