toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.images.transformations
/
BlurTransformation
Blur
Transformation
class
BlurTransformation
(
radius
:
Int
=
25
,
scale
:
Float
=
0.5f
)
:
Transformation
Members
Constructors
Blur
Transformation
Link copied to clipboard
constructor
(
radius
:
Int
=
25
,
scale
:
Float
=
0.5f
)
Properties
cache
Key
Link copied to clipboard
open
override
val
cacheKey
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
transform
Link copied to clipboard
open
suspend override
fun
transform
(
input
:
Bitmap
,
size
:
Size
)
:
Bitmap