GradientStyle

sealed class GradientStyle

A style for applying to a Gradient color

Inheritors

Types

Link copied to clipboard

A GradientStyle that rotates around a CenterPoint

Link copied to clipboard
data class CenterPoint(val x: Float, val y: Float)

A point on a GradientStyle at which the center of the gradient is located

Link copied to clipboard
data class ColorPoint(val color: KalugaColor, val offset: Float)

A point on a GradientStyle at which a given KalugaColor should be visible

Link copied to clipboard

A GradientStyle that moves linearly in a given Orientation

Link copied to clipboard

A GradientStyle that radiates out from a CenterPoint

Properties

Link copied to clipboard

the list of ColorPoint on the gradient