ThemeColor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents possible color variants for the Microsoft themes.
public enum class ThemeColor
public enum ThemeColor
type ThemeColor =
Public Enum ThemeColor
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NormalColor | 0 | Used by the Luna, Aero, and Classic themes; the localized color name is Blue. |
Homestead | 1 | Used by the Luna theme; the localized color name is Olive. |
Metallic | 2 | Used by the Luna theme; the localized color name is Sliver. |
Remarks
Each theme potentially has multiple color variants, which, presumably, are visually similar but in different colors. Luna, for example, has all three color variants: Homestead, Metallic, and NormalColor. Aero and Royale have NormalColor.
Classic doesn't have a color variant, but instead uses color schemes, including Pumpkin, Rose, and Spruce. A color scheme, unlike a color variant, defines values for each of the colors which make up the system palette as well as certain values for certain metrics like font names and sizes.