BitmapProvider

fun fun interface BitmapProvider

Bitmap provider.

Functions

createBitmap
Link copied to clipboard
abstract fun createBitmap(): Bitmap?
Creates an instance of a Bitmap with a texture image.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String