colorize.colors

Members

Aliases

background
alias background = colorHelper!bg
Undocumented in source.
bg
alias bg = color_type!10.type
Undocumented in source.
color
alias color = foreground
Undocumented in source.
color
alias color = style
Undocumented in source.
color
alias color = background
Undocumented in source.
color
alias color = colorHelper
Undocumented in source.
fg
alias fg = color_type!0.type
Undocumented in source.
foreground
alias foreground = colorHelper!fg
Undocumented in source.
style
alias style = colorHelper!mode
Undocumented in source.

Enums

mode
enum mode
Undocumented in source.

Functions

color
string color(string str, fg c, bg b, mode m)

Wraps a string around color escape sequences.

colorHelper
string colorHelper(string str, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
colorHelper
string colorHelper(string str, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
customForeground
string customForeground(string str, float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Pedro Tacla Yamada

Date

Date: June 9, 2014

Version

1.0.2

License

Licensed under the MIT license. See LICENSE for more information