ColourMergeModifier Class

Project Mercury API

[This is preliminary documentation and is subject to change.]

Defines a Modifier which merges the colour of particles towards a single colour over their lifetime. Works best when Particles are being released with random colours, where you require the particles to have a uniform colour at the end of their lifetime.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public sealed class ColourMergeModifier : Modifier
Visual Basic (Declaration)
Public NotInheritable Class ColourMergeModifier _
	Inherits Modifier
Visual C++
public ref class ColourMergeModifier sealed : public Modifier

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.ColourMergeModifier

See Also