Public Property TargetBrightness As Byte
Dim instance As BrightnessContrastOptions Dim value As Byte instance.TargetBrightness = value value = instance.TargetBrightness
public byte TargetBrightness {get; set;}
Public Property TargetBrightness As Byte
Dim instance As BrightnessContrastOptions Dim value As Byte instance.TargetBrightness = value value = instance.TargetBrightness
public byte TargetBrightness {get; set;}
The default value is 225.
Valid values are 0 to 255.
This value sets the target brightness level for the image background, calculated by using the 50th percentile brightness. If the calculated brightness is below the target, then a contrast correction method will be suggested.