HeapsIO / heaps

Heaps : Haxe Game Framework
http://heaps.io
MIT License
3.22k stars 340 forks source link

Adding possibility to use glow filter reusing the color from the base texture. #1205

Closed thalesalexcin closed 7 months ago

thalesalexcin commented 7 months ago

How to use: my-element { filter: glow(none, @radius, @gain, @quality); }

my-other-element { filter: glow(@color, @alpha, @radius, @gain, @quality, @smoothColor); }