Core Help Root: Objects: Colors


CML Color provides services to enable color on user clients supporting HTML or ANSI.

Usage

{font color=<color> bcolor=<color>:Text to display in color.}
color:
Defines the forground color of the text. It must be of a valid type listed in $cml_color,colors.
bcolor:
Defines the background color, and is not supported in html.

color and bcolor are optional, though using neither will have no affect on your text. The following examples are all valid.

Examples:

{font color=red bcolor=blue:Hello world!}
Hello world!

{font color=red:Hello world!}
Hello world!

{font bcolor=blue:Hello world!}
Hello world!


the Cold Dark