PaperPalette
PaperPalette is an Office2007 color palette. It enables you to get the header Paper colors, the generated Paper colors as well as all the colors.
Definition
Namespace:Telerik.Windows.Controls.ColorPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class PaperPalette : OfficeColorPalette
Inheritance: objectColorPaletteBaseOfficeColorPalettePaperPalette
Inherited Members
Constructors
public PaperPalette()
Methods
GetColors()
IEnumerable<Color>
GetColors represent all the colors in the Paper 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 Paper 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 Paper Office palette.
public override IEnumerable<Color> GetHeaderColors()
IEnumerable<Color>
Returns a collection of the header colors.
Overrides: