HazeTint

data class HazeTint

Describes a 'tint' drawn by the haze effect.

Ideally this class would be a sealed class, but unfortunately that would require breaking the API so we need to use this merged class for v1.x.

Constructors

Link copied to clipboard
constructor(color: Color, blendMode: BlendMode = DefaultBlendMode)
constructor(brush: Brush, blendMode: BlendMode = DefaultBlendMode)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val brush: Brush?
Link copied to clipboard
Link copied to clipboard