W3cubDocs

/LÖVE

ParticleSystem:setColor

Removed in LÖVE 0.8.0
It has been replaced with ParticleSystem:setColors.

Sets the color of the image.

Function

Synopsis

ParticleSystem:setColor( r1, g1, b1, a1, r2, g2, b2, a2 )

Arguments

number r1
Start color, red component (0-255).
number g1
Start color, green component (0-255).
number b1
Start color, blue component (0-255).
number a1
Start color, alpha component (0-255).
number r2 (r1)
End color, red component (0-255).
number g2 (g1)
End color, green component (0-255).
number b2 (b1)
End color, blue component (0-255).
number a2 (a1)
End color, alpha component (0-255).

Returns

Nothing.

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/ParticleSystem:setColor