MTColorRampCloneOptions

@Serializable
data class MTColorRampCloneOptions(val clone: Boolean? = null)

Options controlling cloning behavior for mutating operations.

Constructors

constructor(clone: Boolean? = null)

Properties

val clone: Boolean? = null