hillshadeHighlightColor

abstract fun hillshadeHighlightColor(hillshadeHighlightColor: String = "#FFFFFF"): HillshadeLayer
abstract fun hillshadeHighlightColor(@ColorInt hillshadeHighlightColor: Int): HillshadeLayer

The shading color of areas that faces towards the light source. Default value: "#FFFFFF".

Parameters

hillshadeHighlightColor

value of hillshadeHighlightColor


abstract fun hillshadeHighlightColor(hillshadeHighlightColor: Expression): HillshadeLayer

The shading color of areas that faces towards the light source. Default value: "#FFFFFF".

Parameters

hillshadeHighlightColor

value of hillshadeHighlightColor as Expression