MTColorStop

@Serializable
data class MTColorStop(val value: Double, val color: List<Int>)

A stop in a color ramp, pairing a value with an RGBA color.

Constructors

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

Properties