ModelColor

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun ModelColor(value: Color)

Construct the ModelColor with androidx.compose.ui.graphics.Color.

Link copied to clipboard
fun ModelColor(expression: Expression)

Construct the ModelColor with Mapbox Expression.

Link copied to clipboard
fun ModelColor(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard