MTColorRampGetColorOptions

@Serializable
data class MTColorRampGetColorOptions(val smooth: Boolean? = null)

Options for color interpolation.

Constructors

constructor(smooth: Boolean? = null)

Properties

val smooth: Boolean? = null