MTArrayColorRampStop

@Serializable(with = MTArrayColorRampStopSerializer::class)
data class MTArrayColorRampStop(val value: Double, val color: List<Int>)

Array definition stop, encoded as [value, r, g, b, a].

Constructors

constructor(value: Double, color: List<Int>)

Properties