toggle menu
richiesdk
androidJvm
switch theme
search in API
booklibraryui
/
fi.richie.booklibraryui.picassotransformations
/
BlurTransformation
Blur
Transformation
open
class
BlurTransformation
:
Transformation
Members
Constructors
Blur
Transformation
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
constructor
(
@
NonNull
context
:
Context
,
radius
:
Int
)
constructor
(
@
NonNull
context
:
Context
,
radius
:
Int
,
sampling
:
Int
)
Functions
key
Link copied to clipboard
@
NonNull
open
fun
key
(
)
:
String
transform
Link copied to clipboard
@
NonNull
open
fun
transform
(
@
NonNull
source
:
Bitmap
)
:
Bitmap