TintBrush

data class TintBrush(val brush: Brush, val blendMode: BlendMode = DefaultBlendMode) : HazeColorEffect

A brush-based tint effect.

Constructors

Link copied to clipboard
constructor(brush: Brush, 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 = true

Whether this effect is specified (not Unspecified).