hillshade Shadow Color
open override fun hillshadeShadowColor(hillshadeShadowColor: String): HillshadeLayer
Content copied to clipboard
The shading color of areas that face away from the light source.
Use static method HillshadeLayer.defaultHillshadeShadowColor to set the default property.
Parameters
hillshade Shadow Color
value of hillshadeShadowColor
open override fun hillshadeShadowColor(hillshadeShadowColor: Expression): HillshadeLayer
Content copied to clipboard
The shading color of areas that face away from the light source.
Use static method HillshadeLayer.defaultHillshadeShadowColorAsExpression to set the default property.
Parameters
hillshade Shadow Color
value of hillshadeShadowColor as Expression
open override fun hillshadeShadowColor(@ColorInt hillshadeShadowColor: Int): HillshadeLayer
Content copied to clipboard
The shading color of areas that face away from the light source.
Use static method HillshadeLayer.defaultHillshadeShadowColorAsColorInt to set the default property.
Parameters
hillshade Shadow Color
value of hillshadeShadowColor
The shading color of areas that face away from the light source.