Jump to content

StartColor1: Difference between revisions

From ModEnc²
m 2 revisions imported
Update information and value type
 
Line 2: Line 2:
|name={{PAGENAME}}
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|files={{Categ|Rules(md).ini}}
|values={{Values|unsigned integers}}
|values={{Values|Colors}}
|default=0,0,0
|default=0,0,0
|types={{Categ|Particles}}
|types={{Categ|Particles}}
Line 11: Line 11:
|yr=yes
|yr=yes
}}
}}
Specifies the starting first color, in 16-bit RGB, of this particle. Applies to 'spark' types.
Specifies one of two colors to randomly choose from as the first color of this particle type, the other option being {{f|StartColor2|link}}.
 
== Notes ==
* The start color will always replace the first color entry in the particle type's {{f|ColorList|link}}.
* Applies only to [[Particles_and_ParticleSystems#On_Particles_4|spark]] particle types.


==See Also==
==See Also==
[[StartColor2]]
* [[StartColor2]]
* [[ColorList]]

Latest revision as of 14:23, 21 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: StartColor1
File(s): Rules(md).ini
Values: Colors: R,G,B format
Default: 0,0,0
Applicable to: Particles


Specifies one of two colors to randomly choose from as the first color of this particle type, the other option being StartColor2.

Notes

  • The start color will always replace the first color entry in the particle type's ColorList.
  • Applies only to spark particle types.

See Also