InterleavedGradientNoiseDitherer(AutoStrengthMode) Constructor
Initializes a new instance of the
RandomNoiseDitherer class with a specific auto strength strategy.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public InterleavedGradientNoiseDitherer(
AutoStrengthMode autoStrengthMode
)
Public Sub New (
autoStrengthMode As AutoStrengthMode
)
public:
InterleavedGradientNoiseDitherer(
AutoStrengthMode autoStrengthMode
)
new :
autoStrengthMode : AutoStrengthMode -> InterleavedGradientNoiseDitherer
Parameters
- autoStrengthMode AutoStrengthMode
- An AutoStrengthMode value specifying the desired behavior for calibrating auto strength.
See the Remarks section of the OrderedDitherer.ConfigureStrength method
for more details and some examples regarding dithering strength. The same applies also for the InterleavedGradientNoiseDitherer class.