hillshadeHighlightColor

open override fun hillshadeHighlightColor(hillshadeHighlightColor: String): HillshadeLayer

The shading color of areas that faces towards the light source.

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

Parameters

hillshadeHighlightColor

value of hillshadeHighlightColor

open override fun hillshadeHighlightColor(hillshadeHighlightColor: Expression): HillshadeLayer

The shading color of areas that faces towards the light source.

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

Parameters

hillshadeHighlightColor

value of hillshadeHighlightColor as Expression

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

The shading color of areas that faces towards the light source.

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

Parameters

hillshadeHighlightColor

value of hillshadeHighlightColor

val hillshadeHighlightColor: String?

The shading color of areas that faces towards the light source.