Create Background Color
Returns the ANSI code for the specified background color. make_bg
accepts numeric values (RGB or 8-bit color code), hexadecimal characters, or the name of the color.
make_bg(...)
... |
character or numeric value |
ANSI character string
# Different methods of specifying cyan make_bg("cyan") make_bg("#00FFFF") make_bg(14) make_bg(0, 255, 255)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.