background
Factor handbook » Input and output » Formatted output » Text styles » Character styles

Prev:foreground
Next:font-name


Vocabulary
io.styles

Word description
Character style. An instance of color. See Colors.

Examples
USING: colors hashtables io io.styles kernel math sequences ; 10 <iota> [ "Hello world\n" swap 10 / 1 over - over 1 <rgba> background associate format ] each


Definition