Skip to main content

Crate term_colr

Crate term_colr 

Source

Macros§

apply_color
bg_blue
bg_gray
bg_green
bg_hsl
Applies a background color specified in HSL color space to the provided format string.
bg_hsv
Applies a background color specified in HSV color space to the provided format string.
bg_red
bg_rgb
Applies a custom RGB background color to the provided format string.
bg_yellow
black
blue
bold
green
hsl
Applies HSL color to the provided format string.
hsv
Applies HSV color to the provided format string.
italic
red
rgb
Applies a custom RGB color to the provided format string.
underline
white
yellow

Structs§

ColorContext

Functions§

hsl_to_rgb
hsv_to_rgb
reset_all