ColorScheme
Public Classes
| Name | |
|---|---|
| struct | rgb |
Public Functions
| Name | |
|---|---|
| ColorScheme() | |
| ~ColorScheme() |
Public Attributes
| Name | |
|---|---|
| rgb | foreground |
| rgb | background |
| rgb | alt |
Public Functions Documentation
function ColorScheme
inline ColorScheme()
function ~ColorScheme
inline ~ColorScheme()
Public Attributes Documentation
variable foreground
rgb foreground;
variable background
rgb background;
variable alt
rgb alt;
Updated on 2022-03-31 at 09:51:19 -0600