On this page

Type Alias HillshadePaintProps

type HillshadePaintProps = {
    "hillshade-accent-color": DataConstantProperty<Color>;
    "hillshade-exaggeration": DataConstantProperty<number>;
    "hillshade-highlight-color": DataConstantProperty<ColorArray>;
    "hillshade-illumination-altitude": DataConstantProperty<NumberArray>;
    "hillshade-illumination-anchor": DataConstantProperty<"map" | "viewport">;
    "hillshade-illumination-direction": DataConstantProperty<NumberArray>;
    "hillshade-method": DataConstantProperty<
        "standard"
        | "basic"
        | "combined"
        | "igor"
        | "multidirectional",
    >;
    "hillshade-shadow-color": DataConstantProperty<ColorArray>;
    resampling: DataConstantProperty<"linear" | "nearest">;
}
Index

Properties

"hillshade-accent-color": DataConstantProperty<Color>
"hillshade-exaggeration": DataConstantProperty<number>
"hillshade-highlight-color": DataConstantProperty<ColorArray>
"hillshade-illumination-altitude": DataConstantProperty<NumberArray>
"hillshade-illumination-anchor": DataConstantProperty<"map" | "viewport">
"hillshade-illumination-direction": DataConstantProperty<NumberArray>
"hillshade-method": DataConstantProperty<
    "standard"
    | "basic"
    | "combined"
    | "igor"
    | "multidirectional",
>
"hillshade-shadow-color": DataConstantProperty<ColorArray>
resampling: DataConstantProperty<"linear" | "nearest">
Was this helpful?
SDK JS
Reference
HillshadePaintProps