renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-imaging
/
renetik.android.imaging
/
BorderBitmapTransformation
Border
Bitmap
Transformation
class
BorderBitmapTransformation
(
borderWidth
:
Float
=
1.5f
,
radius
:
Float
=
5.0f
,
@
ColorInt
color
:
Int
=
BLACK
)
:
BitmapTransformation
Members
Constructors
Border
Bitmap
Transformation
Link copied to clipboard
constructor
(
borderWidth
:
Float
=
1.5f
,
radius
:
Float
=
5.0f
,
@
ColorInt
color
:
Int
=
BLACK
)
Functions
transform
Link copied to clipboard
@
NonNull
fun
transform
(
@
NonNull
context
:
Context
,
@
NonNull
resource
:
Resource
<
Bitmap
?
>
,
outWidth
:
Int
,
outHeight
:
Int
)
:
Resource
<
Bitmap
?
>
update
Disk
Cache
Key
Link copied to clipboard
open
override
fun
updateDiskCacheKey
(
messageDigest
:
MessageDigest
)