Controller

interface Controller

Provides a way to modify Adjustment properties.

Types

Noop
Link copied to clipboard
object Noop : AdjustmentsComponent.Adjustment.Controller
Convenience implementation of Controller which does nothing.

Functions

set
Link copied to clipboard
abstract fun <T : Any> set(property: AdjustmentsComponent.Adjustment.Property<T>, value: T)
Attempts to set the provided property of an adjustment to the value.

Inheritors

Extensions

amount
Link copied to clipboard
blur
Link copied to clipboard
var AdjustmentsComponent.Adjustment.Controller.blur: Float