s2maps-gpu - v0.18.0
    Preparing search index...

    Interface WallpaperStyle

    Wallpaper Style

    Wallpaper is often used with vector data. Control the coloring of the background.

    ex.

    "wallpaper": {
    "background": "#030a2d",
    "fade1": "rgb(138, 204, 255)",
    "fade2": "rgb(217, 255, 255)",
    "halo": "rgb(230, 255, 255)"
    }
    • background: background color is the most seen color zoomed out
    • fade1: color of the border around the sphere
    • fade2: second color of the border around the sphere (further away then fade1)
    • halo: color of the softest border around the sphere (closest to the sphere and smallest fade factor)
    interface WallpaperStyle {
        background?: string;
        fade1?: string;
        fade2?: string;
        halo?: string;
    }
    Index

    Properties

    background?: string

    background color is the most seen color zoomed out

    fade1?: string

    color of the border around the sphere

    fade2?: string

    second color of the border around the sphere (further away then fade1)

    halo?: string

    color of the border around the sphere (closest to the sphere and smallest fade factor)