Expand description
Style representation and terminal styling primitives.
Structs§
- Ansi256
Color - 256 (8-bit) color support
- Effects
- A set of text effects
- Reset
- Reset terminal formatting
- RgbColor
- 24-bit ANSI RGB color codes
- Style
- A terminal style defining text effects and foreground/background colors.
Enums§
Functions§
- ansi256_
to_ rgb - Convert an ANSI 256-color index to approximate (r, g, b) values.
- rgb_
to_ ansi16 - Convert an RGB color to the closest standard ANSI 16 color using Euclidean distance.
- rgb_
to_ ansi256 - Convert an RGB color to the closest index in the standard xterm 256-color palette.