MTHaloStop

data class MTHaloStop(val position: Double, val color: String)

A single halo gradient stop at a normalized distance with a CSS color string.

Constructors

constructor(position: Double, color: String)

Properties