Gets a palette containing Office-style theme colors and an "automatic" color.

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

Syntax

C#
public static ReadOnlyCollection<NamedColor> GetOffice2007PaletteAuto(
	Color automaticColor
)
Visual Basic (Declaration)
Public Shared Function GetOffice2007PaletteAuto ( _
	automaticColor As Color _
) As ReadOnlyCollection(Of NamedColor)

Parameters

automaticColor
Type: System.Windows.Media..::.Color
The automatic color.

Return Value

A palette containing Office-style theme colors and an "automatic" color.

See Also