BitmapDataExtensionsQuantize Method

Overload List

Quantize(IReadWriteBitmapData, IQuantizer) Quantizes an IReadWriteBitmapData using the specified quantizer (reduces the number of colors).
Quantize(IReadWriteBitmapData, IAsyncContext, IQuantizer) Quantizes an IReadWriteBitmapData using the specified quantizer (reduces the number of colors) inside of an already created, possibly asynchronous context.

See Also