Represents a ditherer that can be used to dither the result of a quantizing session.
For built-in implementations see the OrderedDitherer, ErrorDiffusionDitherer, RandomNoiseDitherer and InterleavedGradientNoiseDitherer classes.
For built-in implementations see the OrderedDitherer, ErrorDiffusionDitherer, RandomNoiseDitherer and InterleavedGradientNoiseDitherer classes.
Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 5.3.0
Syntax
The IDitherer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | InitializeReliesOnContent |
Gets whether Initialize relies on the actual content of the source to be dithered.
See the Remarks section for details. |
Methods
Name | Description | |
---|---|---|
![]() | Initialize |
Gets an IDitheringSession instance that can be used to dither the result of the specified IQuantizingSession
applied to the specified source.
|
See Also