FoundryPalette
FoundryPalette is an Office2007 color palette. It enables you to get the header Foundry colors, the generated Foundry colors as well as all the colors.
Definition
Namespace:Telerik.Windows.Controls.ColorPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class FoundryPalette : OfficeColorPalette
Inheritance: objectColorPaletteBaseOfficeColorPaletteFoundryPalette
Inherited Members
Constructors
public FoundryPalette()
Methods
GetColors()
IEnumerable<Color>
GetColors represent all the colors in the Foundry Palette including header and main palette colors.
public override IEnumerable<Color> GetColors()
IEnumerable<Color>
Returns a collection of all colors: header and main.
Overrides:
GetGeneratedColors is used when you want to get only the generated(the production from the base colors) colors for the Foundry Office palette.
public override IEnumerable<Color> GetGeneratedColors()
IEnumerable<Color>
Returns a collection of the generated colors.
Overrides:
GetHeaderColors()
IEnumerable<Color>
GetHeaderColors is used when you want to get only the base(header) colors for the Foundry Office palette.
public override IEnumerable<Color> GetHeaderColors()
IEnumerable<Color>
Returns a collection of the header colors.
Overrides: