FinalColour Property

Project Mercury API

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

Gets or sets the final colour.

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

Syntax

C#
public Vector3 FinalColour { get; set; }
Visual Basic (Declaration)
Public Property FinalColour As Vector3
Visual C++
public:
property Vector3 FinalColour {
	Vector3 get ();
	void set (Vector3 value);
}

Field Value

The final colour.

See Also