manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
463 stars 85 forks source link

markers' color on "million marker" example #48

Open acycliq opened 4 years ago

acycliq commented 4 years ago

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