TintColor

data class TintColor(val color: Color, val blendMode: BlendMode = DefaultBlendMode) : HazeColorEffect

A color-based tint effect.

Constructors

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

Properties

Link copied to clipboard
open override val blendMode: BlendMode

The blend mode to use when applying the effect.

Link copied to clipboard
Link copied to clipboard
open override val isSpecified: Boolean

Whether this effect is specified (not Unspecified).