Initializes a new instance of the NamedColor class.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public NamedColor(
	Color color
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color _
)

Parameters

color
Type: System.Windows.Media..::.Color
The color value.

See Also