ColorShadeType
Enum
Categorizes theme shade steps used to compute tint/shade variations of a base color.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum ColorShadeType
Fields
First shade step applied to a theme color when deriving a lighter/darker variant.
C#
Shade1 = 0
Second shade step applied to a theme color when deriving a lighter/darker variant.
C#
Shade2 = 1
Third shade step applied to a theme color when deriving a lighter/darker variant.
C#
Shade3 = 2
Fourth shade step applied to a theme color when deriving a lighter/darker variant.
C#
Shade4 = 3
Fifth shade step applied to a theme color when deriving a lighter/darker variant.
C#
Shade5 = 4