Determines whether a color is in the palette.

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

Syntax

C#
public bool Contains(
	Color color
)
Visual Basic
Public Function Contains ( _
	color As Color _
) As Boolean

Parameters

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

See Also