HazeInputScale

sealed interface HazeInputScale

Value classes used for HazeEffectScope.inputScale.

Inheritors

Types

Link copied to clipboard
data object Auto : HazeInputScale

Automatic input scaling. Haze will attempt to use an appropriate input scale depending on the other settings which have been set. The values used underneath may change in the future.

Link copied to clipboard
object Companion
Link copied to clipboard
value class Fixed(val scale: Float) : HazeInputScale

An input scale which uses a fixed scale factor.

Link copied to clipboard
data object None : HazeInputScale

No input scaling. This is functionally the same as Fixed(1.0f)