Jump to content

StartColor1: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
Update information and value type
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Specifies the starting first color, in 16-bit RGB, of this particle. Applies to 'spark' types.
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|values={{Values|Colors}}
|default=0,0,0
|types={{Categ|Particles}}
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
}}
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==
* [[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