BitmapDataExtensionsInvert Method

Overload List

Invert(IReadWriteBitmapData, IDitherer) Inverts the colors of the specified bitmapData.

See the online help of the BitmapExtensions.Invert method for a couple of examples with images.
Invert(IReadWriteBitmapData, IDitherer, ParallelConfig) Inverts the colors of the specified bitmapData.

See the online help of the BitmapExtensions.Invert method for a couple of examples with images.
Invert(IReadWriteBitmapData, IAsyncContext, IDitherer) Inverts the colors of the specified bitmapData, using a context that may belong to a higher level, possibly asynchronous operation.

See the online help of the BitmapExtensions.Invert method for a couple of examples with images.

See Also