API Reference
Class
ConsolePalette
Harmonized color names for Spectre markup across hosts.
Inheritance
- Object
- ConsolePalette
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ConsolePalette.<Clone>$
- Method ConsolePalette.Dark
- Method ConsolePalette.Light
- Property ConsoleVisualProfile.Palette
Accepted by parameters
- Constructor ConsoleVisualProfile.ConsoleVisualProfile
- Method ConsoleVisualProfile.Deconstruct
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.