Color
Term.color.AbstractColorTerm.color._rgbTerm.color._rgbTerm.color.get_colorTerm.color.hex2rgbTerm.color.is_backgroundTerm.color.is_colorTerm.color.is_hex_colorTerm.color.is_named_colorTerm.color.is_rgb_color
Term.color.AbstractColor — TypeAbstractColorAbstract color type.
Term.color._rgb — Method_rgb(numbertype, txt)Tries to parse r,g,b out of a string based on number type.
Term.color._rgb — Method_rgb(numbertype, txt)Tries to parse r,g,b out of a string.
Term.color.get_color — Methodget_color(string::AbstractString; bg=false)::AbstractColorExtract a color type from a string with color information.
Term.color.hex2rgb — Methodhex2rgb(hex::AbstractString)Converts a string hex color code to a RGB color
Term.color.is_background — Methodis_background(string::AbstractString)::BoolCheck if a string represents background color information, of any type.
Term.color.is_color — Methodis_color(string::AbstractString)::BoolCheck if a string represents color information, of any type.
Term.color.is_hex_color — Methodis_hex_color(string::AbstractString)::BoolCheck if a string represents a hex color.
Term.color.is_named_color — Methodis_named_color(string::AbstractString)::BoolCheck if a string represents a named color.
Term.color.is_rgb_color — Methodis_rgb_color(string::AbstractString)::BoolCheck if a string represents a RGB color.