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.

See Also