{{oldin|[[0.8.0]]|080|type=function|text=It has been replaced with [[ParticleSystem:setColors]]}}
Sets the color of the image.
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:setColor( r1, g1, b1, a1, r2, g2, b2, a2 )
</source>
=== 引数 ===
{{param (日本語)|number|r1|Start color, red component (0-255).}}
{{param (日本語)|number|g1|Start color, green component (0-255).}}
{{param (日本語)|number|b1|Start color, blue component (0-255).}}
{{param (日本語)|number|a1|Start color, alpha component (0-255).}}
{{param (日本語)|number|r2 (r1)|End color, red component (0-255).}}
{{param (日本語)|number|g2 (g1)|End color, green component (0-255).}}
{{param (日本語)|number|b2 (b1)|End color, blue component (0-255).}}
{{param (日本語)|number|a2 (a1)|End color, alpha component (0-255).}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets the color of the image.}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:setColor}}