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 / PaintballOptions

Interface: PaintballOptions

Properties

colors?

optional colors: string[]

The list of colors (as hex strings) to use for each member in the paintball plot. The first color corresponds to member 1, the second to member 2, etc.

Source

Paintball.ts:17


opacity?

optional opacity: number

The opacity of the paintball plot

Default

1

Source

Paintball.ts:23