| Combine(IReadableBitmapData, IReadWriteBitmapData, IAsyncContext, FuncColor64, Color64, Color64, NullableRectangle, NullablePoint) | Combines the pixels of the source and target bitmaps using the specified combineFunction and a context that may belong to a higher level, possibly asynchronous operation, and writes the result into target. |
| Combine(IReadableBitmapData, IReadWriteBitmapData, IAsyncContext, FuncColorF, ColorF, ColorF, NullableRectangle, NullablePoint) | Combines the pixels of the source and target bitmaps using the specified combineFunction and a context that may belong to a higher level, possibly asynchronous operation, and writes the result into target. |
| Combine(IReadableBitmapData, IReadWriteBitmapData, FuncColor64, Color64, Color64, NullableRectangle, NullablePoint, ParallelConfig) | Combines the pixels of the source and target bitmaps using the specified combineFunction, and writes the result into target. |
| Combine(IReadableBitmapData, IReadWriteBitmapData, FuncColorF, ColorF, ColorF, NullableRectangle, NullablePoint, ParallelConfig) | Combines the pixels of the source and target bitmaps using the specified combineFunction, and writes the result into target. |
| Combine(IReadableBitmapData, IReadWriteBitmapData, IAsyncContext, FuncColor32, Color32, Color32, NullableRectangle, NullablePoint, IDitherer) | Combines the pixels of the source and target bitmaps using the specified combineFunction and a context that may belong to a higher level, possibly asynchronous operation, and writes the result into target. |
| Combine(IReadableBitmapData, IReadWriteBitmapData, FuncColor32, Color32, Color32, NullableRectangle, NullablePoint, IDitherer, ParallelConfig) | Combines the pixels of the source and target bitmaps using the specified combineFunction, and writes the result into target. |