fill Extrusion Color
abstract fun fillExtrusionColor(fillExtrusionColor: String = "#000000"): FillExtrusionLayer
Content copied to clipboard
abstract fun fillExtrusionColor(@ColorInt fillExtrusionColor: Int): FillExtrusionLayer
Content copied to clipboard
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.
Parameters
fill Extrusion Color
value of fillExtrusionColor
abstract fun fillExtrusionColor(fillExtrusionColor: Expression): FillExtrusionLayer
Content copied to clipboard
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.
Parameters
fill Extrusion Color
value of fillExtrusionColor as Expression