| 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. |
| Combine(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, IAsyncContext, FuncColor64, Color64, Color64, NullablePoint, NullablePoint, NullablePoint, NullableSize) | Combines the pixels of source1 and source2 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, IReadableBitmapData, IWritableBitmapData, IAsyncContext, FuncColorF, ColorF, ColorF, NullablePoint, NullablePoint, NullablePoint, NullableSize) | Combines the pixels of source1 and source2 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, IReadableBitmapData, IWritableBitmapData, FuncColor64, Color64, Color64, NullablePoint, NullablePoint, NullablePoint, NullableSize, ParallelConfig) | Combines the pixels of source1 and source2 using the specified combineFunction, and writes the result into target. |
| Combine(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColorF, ColorF, ColorF, NullablePoint, NullablePoint, NullablePoint, NullableSize, ParallelConfig) | Combines the pixels of source1 and source2 using the specified combineFunction, and writes the result into target. |
| Combine(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, IAsyncContext, FuncColor32, Color32, Color32, NullablePoint, NullablePoint, NullablePoint, NullableSize, IDitherer) | Combines the pixels of source1 and source2 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, IReadableBitmapData, IWritableBitmapData, FuncColor32, Color32, Color32, NullablePoint, NullablePoint, NullablePoint, NullableSize, IDitherer, ParallelConfig) | Combines the pixels of source1 and source2 using the specified combineFunction, and writes the result into target. |