[]
Represents a color item with multiple shades.
public class ShadesColorItem : ColorThemeItem
This class extends ColorThemeItem and provides multiple shade variations of a color, ranging from very light to very dark.
| Name | Description |
|---|---|
| ShadesColorItem() |
| Name | Description |
|---|---|
| Base | Gets or sets the base shade of the color. |
| Dark | Gets or sets the dark shade of the color. |
| DarkMedium | Gets or sets the dark-medium shade of the color. |
| Darker | Gets or sets the darker shade of the color. |
| Light | Gets or sets the light shade of the color. |
| LightMedium | Gets or sets the light-medium shade of the color. |
| Lighter | Gets or sets the lighter shade of the color. |
| Medium | Gets or sets the medium shade of the color. |
| VeryDark | Gets or sets the very dark shade of the color. |
| VeryLight | Gets or sets the very light shade of the color. |