page-color
Factor handbook » Input and output » Formatted output » Text styles » Paragraph styles

Next:border-color


Vocabulary
io.styles

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

Examples
USING: colors io io.styles ; H{ { page-color T{ rgba f 1 0.8 0.5 1 } } } [ "A background" write ] with-nesting nl


Definition