API Reference
Class
ConsolePalette
Harmonized color names for Spectre markup across hosts.
Inheritance
- Object
- ConsolePalette
Constructors
public ConsolePalette() #Methods
public ConsolePalette <Clone>$() #Returns:
ConsolePalettepublic override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String Primary { get; set; } #Primary accent color used for headings and titles.
public String Accent { get; set; } #Secondary accent color used for hotkeys and highlights.
public String Success { get; set; } #Color representing success/yes states.
public String Warning { get; set; } #Color representing warnings.
public String Danger { get; set; } #Color representing danger/no states.