Removed in LÖVE 0.8.0 |
It has been replaced with ParticleSystem:setColors. |
Sets the color of the image.
ParticleSystem:setColor( r1, g1, b1, a1, r2, g2, b2, a2 )
number r1
number g1
number b1
number a1
number r2 (r1)
number g2 (g1)
number b2 (b1)
number a2 (a1)
Nothing.