hillshadeShadowColor

open override fun hillshadeShadowColor(hillshadeShadowColor: String): HillshadeLayer

The shading color of areas that face away from the light source. Default value: "#000000".

Use static method HillshadeLayer.defaultHillshadeShadowColor to set the default property.

Parameters

hillshadeShadowColor

value of hillshadeShadowColor


open override fun hillshadeShadowColor(hillshadeShadowColor: Expression): HillshadeLayer

The shading color of areas that face away from the light source. Default value: "#000000".

Use static method HillshadeLayer.defaultHillshadeShadowColorAsExpression to set the default property.

Parameters

hillshadeShadowColor

value of hillshadeShadowColor as Expression


open override fun hillshadeShadowColor(@ColorInt hillshadeShadowColor: Int): HillshadeLayer

The shading color of areas that face away from the light source. Default value: "#000000".

Use static method HillshadeLayer.defaultHillshadeShadowColorAsColorInt to set the default property.

Parameters

hillshadeShadowColor

value of hillshadeShadowColor


The shading color of areas that face away from the light source. Default value: "#000000".