Color

Term.color._rgbMethod
_rgb(numbertype, txt)

Tries to parse r,g,b out of a string based on number type.

source
Term.color.get_colorMethod
get_color(string::AbstractString; bg=false)::AbstractColor

Extract a color type from a string with color information.

source
Term.color.is_backgroundMethod
is_background(string::AbstractString)::Bool

Check if a string represents background color information, of any type.

source
Term.color.is_colorMethod
is_color(string::AbstractString)::Bool

Check if a string represents color information, of any type.

source