Bitmap Utils
Utility class for creating bitmaps
Functions
Link copied to clipboard
Convert a view to a bitmap.
Link copied to clipboard
Extract an underlying bitmap from a drawable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get a drawable from a resource.
open fun getDrawableFromRes(@NonNull context: Context, @DrawableRes drawableRes: Int, @Nullable @ColorInt tintColor: Integer): Drawable
Get a tinted drawable from a resource.
Link copied to clipboard