Initializes a new instance of the GradientColor class with specified parameters.

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

Syntax

C#
public GradientColor(
	Color color,
	double portion
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color, _
	portion As Double _
)
Visual C++
public:
GradientColor(
	Color color, 
	double portion
)

Parameters

color
Type: System.Drawing..::.Color
portion
Type: System..::.Double

See Also