Adds the gradient color to the collection.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public GradientColor Add(
	GradientColor value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As GradientColor _
) As GradientColor
Visual C++
public:
GradientColor^ Add(
	GradientColor^ value
)

See Also