ColourModifier Class

Project Mercury API

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

Defines a Modifier which gradually changes the colour of a Particle over the course of its lifetime.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.ColourModifier

See Also