BorderBitmapTransformation

class BorderBitmapTransformation(borderWidth: Float = 1.5f, radius: Float = 5.0f, @ColorInt color: Int = BLACK) : BitmapTransformation

Constructors

Link copied to clipboard
constructor(borderWidth: Float = 1.5f, radius: Float = 5.0f, @ColorInt color: Int = BLACK)

Functions

Link copied to clipboard
fun transform(@NonNull context: Context, @NonNull resource: Resource<Bitmap?>, outWidth: Int, outHeight: Int): Resource<Bitmap?>
Link copied to clipboard
open override fun updateDiskCacheKey(messageDigest: MessageDigest)