ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearDiffuseReductionOptions Class / Threshold Field




In This Topic
Threshold Field (ImGearDiffuseReductionOptions)
In This Topic
Threshold value for dithering, 0-255.
Syntax
'Declaration
 
Public Threshold As Integer
 
'Usage
 
Dim instance As ImGearDiffuseReductionOptions
Dim value As Integer
 
value = instance.Threshold
 
instance.Threshold = value

Field Value

Integer in the range 0-255.
Remarks
A threshold value of 128 will produce an output image in which black and white are in equal proportion. A value greater than 128 would mean more bright than dark, and a value less than 128 would mean more dark than bright.
See Also