| TransformColors(IReadWriteBitmapData, FuncColor32, Color32) | Transforms the colors of this bitmapData using the specified transformFunction delegate. |
| TransformColors(IReadWriteBitmapData, IAsyncContext, FuncColor64, Color64) | 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, IAsyncContext, FuncColorF, ColorF) | 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) | Transforms the colors of this bitmapData using the specified transformFunction delegate. |
| TransformColors(IReadWriteBitmapData, FuncColor64, Color64, ParallelConfig) | Transforms the colors of this bitmapData using the specified transformFunction delegate. |
| TransformColors(IReadWriteBitmapData, FuncColorF, ColorF, ParallelConfig) | 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. |