Companion

object Companion

Properties

Link copied to clipboard

Default blend mode for effects.

Functions

Link copied to clipboard
inline fun colorFilter(colorFilter: ColorFilter, blendMode: BlendMode = DefaultBlendMode): HazeColorEffect

Creates a color filter effect.

Link copied to clipboard
inline fun tint(brush: Brush, blendMode: BlendMode = DefaultBlendMode): HazeColorEffect

Creates a brush-based tint effect.

inline fun tint(color: Color, blendMode: BlendMode = DefaultBlendMode): HazeColorEffect

Creates a color-based tint effect.