C# Class ComponentFactory.Krypton.Toolkit.KryptonColorTableSparkle

Provide KryptonColorTable values using an array of Color values as the source.
Inheritance: KryptonColorTable
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonColorTableSparkle ( Color colors, Color sparkleColors, InheritBool roundedEdges, IPalette palette ) : System

Initialize a new instance of the KryptonColorTableSparkle class.

Private Methods

Method Description
DefineFonts ( ) : void
KryptonColorTableSparkle ( ) : System
OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void

Method Details

KryptonColorTableSparkle() public method

Initialize a new instance of the KryptonColorTableSparkle class.
public KryptonColorTableSparkle ( Color colors, Color sparkleColors, InheritBool roundedEdges, IPalette palette ) : System
colors Color Source of ribbon colors.
sparkleColors Color Source of sparkle colors.
roundedEdges InheritBool Should have rounded edges.
palette IPalette Associated palette instance.
return System