ColorStop

data class ColorStop(val value: Double, val color: Color)

Constructors

Link copied to clipboard
constructor(value: Double, hexColor: String)

Secondary constructor that accepts a hex color string.

constructor(value: Double, color: Color)

Properties

Link copied to clipboard
Link copied to clipboard