Expand description
Color types for used for being generic over the color
Modules§
- css
- CSS named colors. Not as widely supported as standard ANSI as it relies on 48bit color support.
- xterm
- XTerm 256-bit colors. Not as widely supported as standard ANSI but contains 240 more colors.
Structs§
- Black
- A color for use with
OwoColorize
’sfg
andbg
methods. - Blue
- A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Black - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Blue - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Cyan - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Green - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Magenta - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Red - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
White - A color for use with
OwoColorize
’sfg
andbg
methods. - Bright
Yellow - A color for use with
OwoColorize
’sfg
andbg
methods. - Custom
Color - A custom RGB color, determined at compile time
- Cyan
- A color for use with
OwoColorize
’sfg
andbg
methods. - Default
- A color for use with
OwoColorize
’sfg
andbg
methods. - Green
- A color for use with
OwoColorize
’sfg
andbg
methods. - Magenta
- A color for use with
OwoColorize
’sfg
andbg
methods. - Red
- A color for use with
OwoColorize
’sfg
andbg
methods. - White
- A color for use with
OwoColorize
’sfg
andbg
methods. - Yellow
- A color for use with
OwoColorize
’sfg
andbg
methods.