FillColor

The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used.

Parameters

value

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

Constructors

Link copied to clipboard
fun FillColor(value: Color)

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

Link copied to clipboard
fun FillColor(expression: Expression)

Construct the FillColor with Mapbox Expression.

Link copied to clipboard
fun FillColor(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard