TemplateGradientStop

data class TemplateGradientStop(val color: String? = null, val dataValue: Double? = null, val gradientOffset: Double)

Constructors

Link copied to clipboard
constructor(color: String? = null, dataValue: Double? = null, gradientOffset: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val color: String? = null

Determines the color.

Link copied to clipboard
val dataValue: Double? = null

Determines the data value.

Link copied to clipboard

Determines gradient offset value.