On this page

Type Alias HillshadePaintPropsPossiblyEvaluated

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

Properties

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