Class ColorsHelper
Helper class for generating shade colors from a given colors collection.
Inheritance
System.Object
ColorsHelper
Namespace: Telerik.Windows.Controls.ColorPicker.Helpers
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class ColorsHelper : Object
Methods
GenerateThemeGradients(IList<Color>)
Generate gradient colors from a given color collection.
Declaration
public static IList<Color> GenerateThemeGradients(IList<Color> themeColors)
Parameters
System.Collections.Generic.IList<System.Windows.Media.Color>
themeColors
|
Returns
System.Collections.Generic.IList<System.Windows.Media.Color>
|