The color library expands the Lua's base string library by adding functions useful for handling FFXI color codes.
The following functions are exposed by this library:
string get_ffxi_color(number color);
string string.color(string s, number c, number r);
string string.stripcolor(string s);
string string.stripautotrans(string s);