BlurTransformation

class BlurTransformation(radius: Float = 25.0f, sampling: Float = 0.4f) : Transformation

Coil transformation that applies blur effect to images for vertical video backgrounds

Constructors

Link copied to clipboard
constructor(radius: Float = 25.0f, sampling: Float = 0.4f)

Properties

Link copied to clipboard
open override val cacheKey: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open suspend override fun transform(input: Bitmap, size: Size): Bitmap