Adds the color with the specified name and description.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public void Add(
	Color color,
	string colorName,
	string description
)
Visual Basic
Public Sub Add ( _
	color As Color, _
	colorName As String, _
	description As String _
)

Parameters

color
Type: System.Windows.Media..::..Color
colorName
Type: System..::..String
description
Type: System..::..String

See Also