BitmapDataExtensionsCombineAsync Method

Overload List

CombineAsync(IReadableBitmapData, IReadWriteBitmapData, FuncColor64, Color64, Color64, NullableRectangle, NullablePoint, TaskConfig) Combines the pixels of the source and target bitmaps using the specified combineFunction asynchronously, and writes the result into target.
CombineAsync(IReadableBitmapData, IReadWriteBitmapData, FuncColorF, ColorF, ColorF, NullableRectangle, NullablePoint, TaskConfig) Combines the pixels of the source and target bitmaps using the specified combineFunction asynchronously, and writes the result into target.
CombineAsync(IReadableBitmapData, IReadWriteBitmapData, FuncColor32, Color32, Color32, NullableRectangle, NullablePoint, IDitherer, TaskConfig) Combines the pixels of the source and target bitmaps using the specified combineFunction asynchronously, and writes the result into target.
CombineAsync(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColor64, Color64, Color64, NullablePoint, NullablePoint, NullablePoint, NullableSize, TaskConfig) Combines the pixels of source1 and source2 using the specified combineFunction asynchronously, and writes the result into target.
CombineAsync(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColorF, ColorF, ColorF, NullablePoint, NullablePoint, NullablePoint, NullableSize, TaskConfig) Combines the pixels of source1 and source2 using the specified combineFunction asynchronously, and writes the result into target.
CombineAsync(IReadableBitmapData, IReadableBitmapData, IWritableBitmapData, FuncColor32, Color32, Color32, NullablePoint, NullablePoint, NullablePoint, NullableSize, IDitherer, TaskConfig) Combines the pixels of source1 and source2 using the specified combineFunction asynchronously, and writes the result into target.

See Also