Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun Drawable.toBitmapOrNull(@Px width: Int = intrinsicWidth, @Px height: Int = intrinsicHeight, config: Bitmap.Config? = null): Bitmap?
Link copied to clipboard
Create a ColorDrawable from this Color (via Color.toArgb).
Create a ColorDrawable from this color value.
Create a BitmapDrawable from this Bitmap.
Link copied to clipboard