New to Telerik UI for WPFStart a free 30-day trial

OpulentPalette is an Office2007 color palette. It enables you to get the header Opulent colors, the generated Opulent colors as well as all the colors.

Definition

Namespace:Telerik.Windows.Controls.ColorPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class OpulentPalette : OfficeColorPalette

Inheritance: objectColorPaletteBaseOfficeColorPaletteOpulentPalette

Inherited Members OfficeColorPalette.GetPaletteFromBaseColors(IEnumerable<Color>)OfficeColorPalette.ColumnsCountOfficeColorPalette.ItemsFlowColorPaletteBase.HexStringToColor(string)

Constructors

C#
public OpulentPalette()

Methods

GetColors represent all the colors in the Opulent Palette including header and main palette colors.

C#
public override IEnumerable<Color> GetColors()
Returns:

IEnumerable<Color>

Returns a collection of all colors: header and main.

Overrides: OfficeColorPalette.GetColors()

GetGeneratedColors is used when you want to get only the generated(the production from the base colors) colors for the Opulent Office palette.

C#
public override IEnumerable<Color> GetGeneratedColors()
Returns:

IEnumerable<Color>

Returns a collection of the generated colors.

Overrides: OfficeColorPalette.GetGeneratedColors()

GetHeaderColors is used when you want to get only the base(header) colors for the Opulent Office palette.

C#
public override IEnumerable<Color> GetHeaderColors()
Returns:

IEnumerable<Color>

Returns a collection of the header colors.

Overrides: OfficeColorPalette.GetHeaderColors()