GradientPoint

@Serializable
data class GradientPoint(val colorValue: ColorValue)

Contains information on a single gradient point.

Constructors

Link copied to clipboard
constructor(colorValue: ColorValue)

Properties

Link copied to clipboard
@SerialName(value = "color")
val colorValue: ColorValue