Color - ahatornn/clforms GitHub Wiki
Color
ClForms.Themes.Color
Specifies constants that define foreground and background colors for the pseudographics interface
public enum Color
Values
| value | Description |
|---|---|
| Black | The color black |
| Blue | The color blue |
| Cyan | The color cyan |
| DarkBlue | The color dark blue |
| DarkCyan | The color dark cyan |
| DarkGray | The color black |
| DarkGreen | The color dark green |
| DarkMagenta | The color dark magenta |
| DarkRed | The color dark red |
| DarkYellow | The color dark yellow |
| Gray | The color gray |
| Green | The color green |
| Magenta | The color magenta |
| NotSet | The color not set |
| Red | The color red |
| White | The color white |
| Yellow | The color yellow |