hillshade Highlight Color
open override fun hillshadeHighlightColor(hillshadeHighlightColor: String): HillshadeLayer
Content copied to clipboard
The shading color of areas that faces towards the light source.
Use static method HillshadeLayer.defaultHillshadeHighlightColor to set the default property.
Parameters
hillshade Highlight Color
value of hillshadeHighlightColor
open override fun hillshadeHighlightColor(hillshadeHighlightColor: Expression): HillshadeLayer
Content copied to clipboard
The shading color of areas that faces towards the light source.
Use static method HillshadeLayer.defaultHillshadeHighlightColorAsExpression to set the default property.
Parameters
hillshade Highlight Color
value of hillshadeHighlightColor as Expression
open override fun hillshadeHighlightColor(@ColorInt hillshadeHighlightColor: Int): HillshadeLayer
Content copied to clipboard
The shading color of areas that faces towards the light source.
Use static method HillshadeLayer.defaultHillshadeHighlightColorAsColorInt to set the default property.
Parameters
hillshade Highlight Color
value of hillshadeHighlightColor
The shading color of areas that faces towards the light source.