Contains extension methods for the IQuantizer type.
Inheritance Hierarchy
KGySoft.Drawing.ImagingQuantizerExtensions
Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.0.0-preview.2
Syntax
The QuantizerExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | InitializeAsync |
Gets an IQuantizingSession instance potentially asynchronously that can be used to quantize the colors of the specified IReadableBitmapData instance.
If quantizer is a known quantizer 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