Colors
Term.ANSICodeTerm.Colors.AbstractColorTerm.Colors.get_colorTerm.Colors.hex2rgbTerm.Colors.is_backgroundTerm.Colors.is_colorTerm.Colors.is_hex_colorTerm.Colors.is_named_colorTerm.Colors.is_rgb_colorTerm.Colors.nospaces
Term.ANSICode — MethodANSICode(color; bg::Bool=false)Create ANSI tags for colors.
Term.Colors.AbstractColor — TypeAbstractColorAbstract color type.
Term.Colors.get_color — Methodget_color(string::String; bg=false)::AbstractColorExtract a color type from a string with color information.
Term.Colors.hex2rgb — Methodhex2rgb(hex::String)Converts a string hex color code to a RGB color
Term.Colors.is_background — Methodis_background(string::String)::BoolCheck if a string represents background color information, of any type.
Term.Colors.is_color — Methodis_color(string::String)::BoolCheck if a string represents color information, of any type.
Term.Colors.is_hex_color — Methodis_hex_color(string::String)::BoolCheck if a string represents a hex color.
Term.Colors.is_named_color — Methodis_named_color(string::String)::BoolCheck if a string represents a named color.
Term.Colors.is_rgb_color — Methodis_rgb_color(string::String)::BoolCheck if a string represents a RGB color.
Term.Colors.nospaces — Methodnospaces(text::AbstractString)Remove all spaces from a string.