DefaultOutputFormatterStyle

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string foreground)
Undocumented in source.
this
this(string foreground, string background)
Undocumented in source.
this
this(string foreground, string background, string[] opts)
Undocumented in source.

Members

Functions

apply
string apply(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setBackground
void setBackground(string color)
Undocumented in source. Be warned that the author may not have intended to support it.
setForeground
void setForeground(string color)
Undocumented in source. Be warned that the author may not have intended to support it.
setOption
void setOption(string option)
Undocumented in source. Be warned that the author may not have intended to support it.
setOptions
void setOptions(string[] options)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
unsetOption
void unsetOption(string option)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From OutputFormatterStyle

setForeground
void setForeground(string color)
Undocumented in source.
setBackground
void setBackground(string color)
Undocumented in source.
setOption
void setOption(string option)
Undocumented in source.
unsetOption
void unsetOption(string option)
Undocumented in source.
setOptions
void setOptions(string[] options)
Undocumented in source.
apply
string apply(string text)
Undocumented in source.

Meta