Tint extension

An extension on String by Tint.

on

Methods

black() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored black.

Available on String, provided by the Tint extension

Format this string with ANSI making it appear blinking.
blue() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored blue.
bold() String

Available on String, provided by the Tint extension

Format this string with ANSI to be styled as a bold text.
brightBlack() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright black or gray or grey.
brightBlue() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright blue.
brightCyan() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright cyan.
brightGreen() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright green.
brightMagenta() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright magenta.
brightRed() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright red.
brightWhite() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright white.
brightYellow() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright yellow.
cyan() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored cyan.
dim() String

Available on String, provided by the Tint extension

Format this string with ANSI to make it appear as a dimmed text.
gray() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright black or gray or grey.
green() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored green.
grey() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored bright black or gray or grey.
hidden() String

Available on String, provided by the Tint extension

Format this string with ANSI making it invisible.
inverse() String

Available on String, provided by the Tint extension

Format this string with ANSI inverting the style.
italic() String

Available on String, provided by the Tint extension

Format this string with ANSI to make it appear italic.
magenta() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored magenta.
onBlack() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a black background color.
onBlue() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a blue background color.
onBrightBlack() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright black or gray or grey background color.
onBrightBlue() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright blue background color.
onBrightCyan() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright cyan background color.
onBrightGreen() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright green background color.
onBrightMagenta() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright magenta background color.
onBrightRed() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright red background color.
onBrightWhite() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright white background color.
onBrightYellow() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright yellow background color.
onCyan() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a cyan background color.
onGray() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright black or gray or grey background color.
onGreen() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a green background color.
onGrey() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a bright black or gray or grey background color.
onMagenta() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a magenta background color.
onRed() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a red background color.
onRgb({int r = 255, int g = 255, int b = 255}) String

Available on String, provided by the Tint extension

Format this string with ANSI setting it's background color the value defined as RGB parameters.
onWhite() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a white background color.
onYellow() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a yellow background color.
red() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored red.
reset() String

Available on String, provided by the Tint extension

Format this string with ANSI resetting the previous color chains.
rgb({int r = 255, int g = 255, int b = 255}) String

Available on String, provided by the Tint extension

Format this string with ANSI setting it's color the value defined as RGB parameters.
strikethrough() String

Available on String, provided by the Tint extension

Format this string with ANSI adding a strike through the text.
strip() String

Available on String, provided by the Tint extension

If exists, all ANSI sequences will be removed from this string.
underline() String

Available on String, provided by the Tint extension

Format this string with ANSI adding an underline.
white() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored white.
yellow() String

Available on String, provided by the Tint extension

Format this string with ANSI to be colored yellow.