BitmapDataExtensionsTransformColors Method

Overload List

TransformColors(IReadWriteBitmapData, FuncColor32, Color32) Transforms the colors of this bitmapData using the specified transformFunction delegate.
TransformColors(IReadWriteBitmapData, FuncColor32, Color32, IDitherer) Transforms the colors of this bitmapData using the specified transformFunction delegate.
TransformColors(IReadWriteBitmapData, IAsyncContext, FuncColor32, Color32, IDitherer) Transforms the colors of this bitmapData using the specified transformFunction delegate and a context that may belong to a higher level, possibly asynchronous operation.
TransformColors(IReadWriteBitmapData, FuncColor32, Color32, IDitherer, ParallelConfig) Transforms the colors of this bitmapData using the specified transformFunction delegate.

See Also