Leaflet.PixiOverlay icon indicating copy to clipboard operation
Leaflet.PixiOverlay copied to clipboard

markers' color on "million marker" example

Open acycliq opened this issue 5 years ago • 0 comments

Is there any way to change the color of the patched ParticleRenderer, the one used in the million markers demo for example. The typical way

var pc = new PIXI.particles.ParticleContainer(n, {vertices: true});
pc.tint = 16711680 // red

doesn't seem to work here.

Many thanks

acycliq avatar Jun 08 '20 23:06 acycliq