autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / ColorMapOptions

Interface: ColorMapOptions

Properties

overflow_color?

optional overflow_color: string | Color

The color to use for areas where the value is above the highest value in the color map

Source

Colormap.ts:18


underflow_color?

optional underflow_color: string | Color

The color to use for areas where the value is below the lowest value in the color map

Source

Colormap.ts:21