Difference between revisions of "ParticleSystem:setColor"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the color of the image (color modulation needs to be activated for it to have any effect).
 
Sets the color of the image (color modulation needs to be activated for it to have any effect).
 
== Function ==
 
== Function ==
Line 21: Line 20:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the color of the image (color modulation needs to be activated for it to have any effect).}}
 
{{#set:Description=Sets the color of the image (color modulation needs to be activated for it to have any effect).}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setColor}}

Revision as of 19:22, 18 November 2010

Sets the color of the image (color modulation needs to be activated for it to have any effect).

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

Other Languages