Tint extension

An extension on String by Tint.

on

Methods

black() String
Format this string with ANSI to be colored black.
Format this string with ANSI making it appear blinking.
blue() String
Format this string with ANSI to be colored blue.
bold() String
Format this string with ANSI to be styled as a bold text.
brightBlack() String
Format this string with ANSI to be colored bright black or gray or grey.
brightBlue() String
Format this string with ANSI to be colored bright blue.
brightCyan() String
Format this string with ANSI to be colored bright cyan.
brightGreen() String
Format this string with ANSI to be colored bright green.
brightMagenta() String
Format this string with ANSI to be colored bright magenta.
brightRed() String
Format this string with ANSI to be colored bright red.
brightWhite() String
Format this string with ANSI to be colored bright white.
brightYellow() String
Format this string with ANSI to be colored bright yellow.
cyan() String
Format this string with ANSI to be colored cyan.
dim() String
Format this string with ANSI to make it appear as a dimmed text.
gray() String
Format this string with ANSI to be colored bright black or gray or grey.
green() String
Format this string with ANSI to be colored green.
grey() String
Format this string with ANSI to be colored bright black or gray or grey.
hidden() String
Format this string with ANSI making it invisible.
inverse() String
Format this string with ANSI inverting the style.
italic() String
Format this string with ANSI to make it appear italic.
magenta() String
Format this string with ANSI to be colored magenta.
onBlack() String
Format this string with ANSI adding a black background color.
onBlue() String
Format this string with ANSI adding a blue background color.
onBrightBlack() String
Format this string with ANSI adding a bright black or gray or grey background color.
onBrightBlue() String
Format this string with ANSI adding a bright blue background color.
onBrightCyan() String
Format this string with ANSI adding a bright cyan background color.
onBrightGreen() String
Format this string with ANSI adding a bright green background color.
onBrightMagenta() String
Format this string with ANSI adding a bright magenta background color.
onBrightRed() String
Format this string with ANSI adding a bright red background color.
onBrightWhite() String
Format this string with ANSI adding a bright white background color.
onBrightYellow() String
Format this string with ANSI adding a bright yellow background color.
onCyan() String
Format this string with ANSI adding a cyan background color.
onGray() String
Format this string with ANSI adding a bright black or gray or grey background color.
onGreen() String
Format this string with ANSI adding a green background color.
onGrey() String
Format this string with ANSI adding a bright black or gray or grey background color.
onMagenta() String
Format this string with ANSI adding a magenta background color.
onRed() String
Format this string with ANSI adding a red background color.
onRgb({int r = 255, int g = 255, int b = 255}) String
Format this string with ANSI setting it's background color the value defined as RGB parameters.
onWhite() String
Format this string with ANSI adding a white background color.
onYellow() String
Format this string with ANSI adding a yellow background color.
red() String
Format this string with ANSI to be colored red.
reset() String
Format this string with ANSI resetting the previous color chains.
rgb({int r = 255, int g = 255, int b = 255}) String
Format this string with ANSI setting it's color the value defined as RGB parameters.
strikethrough() String
Format this string with ANSI adding a strike through the text.
strip() String
If exists, all ANSI sequences will be removed from this string.
underline() String
Format this string with ANSI adding an underline.
white() String
Format this string with ANSI to be colored white.
yellow() String
Format this string with ANSI to be colored yellow.