StorytellerGradientStop

@Serializable
data class StorytellerGradientStop(@ColorInt val color: Int, @FloatRange(from = 0.0, to = 1.0) val location: Float)

One color and normalized location in an ordered Storyteller gradient.

Constructors

Link copied to clipboard
constructor(@ColorInt color: Int, @FloatRange(from = 0.0, to = 1.0) location: Float)

Properties

Link copied to clipboard
val color: Int

Android ARGB color value.

Link copied to clipboard

Position from 0f through 1f, inclusive.