- :string
color
get colored version of given string
Parameters
color color :color string :string
Attributes
rgb | :integer | use specific RGB color |
bold | bold font | |
underline | show underlined | |
keep | don't reset color at string end |
Returns
Examples
copyprint color #green "Hello!" ; Hello! (in green) print color #red.bold "Some text" ; Some text (in red/bold)