Enum ColorRoleState
- Namespace
- SharpConsoleUI.Themes
- Assembly
- SharpConsoleUI.dll
Interaction state used when resolving role colours.
public enum ColorRoleState
- Extension Methods
Fields
Disabled = 2Disabled state — the role colours are alpha-damped.
Focused = 1Focused state — the role colour is brightened.
Normal = 0Normal (resting) state.