mergeBitmaps

open fun mergeBitmaps(@NonNull background: Bitmap, @NonNull foreground: Bitmap): Bitmap

Create a bitmap from a background and a foreground bitmap.

Return

the merged bitmap

Parameters

background

The bitmap placed in the background

foreground

The bitmap placed in the foreground