toggle menu
BB Native Player SDK
androidJvm
switch theme
search in API
bbnativeplayersdk-kotlin
/
com.bluebillywig.bbnativeplayersdk
/
BlurTransformation
Blur
Transformation
class
BlurTransformation
(
radius
:
Float
=
25.0f
,
sampling
:
Float
=
0.4f
)
:
Transformation
Coil transformation that applies blur effect to images for vertical video backgrounds
Members
Constructors
Blur
Transformation
Link copied to clipboard
constructor
(
radius
:
Float
=
25.0f
,
sampling
:
Float
=
0.4f
)
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
transform
Link copied to clipboard
open
suspend override
fun
transform
(
input
:
Bitmap
,
size
:
Size
)
:
Bitmap