ImageGear .NET v24.12 - Updated
Threshold Field (ImGearDiffuseReductionOptions)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearDiffuseReductionOptions Class : Threshold Field
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
public int Threshold
public: int Threshold
public:
int Threshold

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

Reference

ImGearDiffuseReductionOptions Class
ImGearDiffuseReductionOptions Members