Contains extension methods for the IDitherer type.
Inheritance Hierarchy
KGySoft.Drawing.ImagingDithererExtensions
Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.0.0-preview.2
Syntax
The DithererExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | InitializeAsync |
Gets an IDitheringSession instance potentially asynchronously that can be used to dither the result of the specified IQuantizingSession
applied to the specified source.
If ditherer is a known ditherer that can be evaluated quickly, then this method might be executed synchronously.
This method is available in.NET Framework 4.0 and above. |
See Also