BitmapDataExtensionsDither Method

Overload List

Dither(IReadWriteBitmapData, IQuantizer, IDitherer) Quantizes an IReadWriteBitmapData with dithering (reduces the number of colors while trying to preserve details) using the specified quantizer and ditherer.
Dither(IReadWriteBitmapData, IQuantizer, IDitherer, ParallelConfig) Quantizes an IReadWriteBitmapData with dithering (reduces the number of colors while trying to preserve details) using the specified quantizer and ditherer.
Dither(IReadWriteBitmapData, IAsyncContext, IQuantizer, IDitherer) Quantizes an IReadWriteBitmapData with the specified quantizer and ditherer, using a context that may belong to a higher level, possibly asynchronous operation.

See Also