fillExtrusionColor

open override fun fillExtrusionColor(fillExtrusionColor: String): FillExtrusionLayer

The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.

Use static method FillExtrusionLayer.defaultFillExtrusionColor to set the default property.

Parameters

fillExtrusionColor

value of fillExtrusionColor


open override fun fillExtrusionColor(fillExtrusionColor: Expression): FillExtrusionLayer

The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.

Use static method FillExtrusionLayer.defaultFillExtrusionColorAsExpression to set the default property.

Parameters

fillExtrusionColor

value of fillExtrusionColor as Expression


open override fun fillExtrusionColor(@ColorInt fillExtrusionColor: Int): FillExtrusionLayer

The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.

Use static method FillExtrusionLayer.defaultFillExtrusionColorAsColorInt to set the default property.

Parameters

fillExtrusionColor

value of fillExtrusionColor


The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.