Class
ColorsHelper

Helper class for generating shade colors from a given colors collection.

Definition

Namespace:Telerik.Windows.Controls.ColorPicker.Helpers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public static class ColorsHelper

Inheritance: objectColorsHelper

Methods

GenerateThemeGradients(IList<Color>)

Generate gradient colors from a given color collection.

Declaration

cs-api-definition
public static IList<Color> GenerateThemeGradients(IList<Color> themeColors)

Parameters

themeColors

IList<Color>

Returns

IList<Color>