[This is preliminary documentation and is subject to change.]

Overload List

NameDescription
GetName(Char)
Looks up color name for the given character color code. Codes are case-insensitive. Both standard (0-F) and fCraft-specific (H, I, M, P, R, S, W, and Y) color codes are accepted. Assigned (standard) colors are substituted for fCraft-specific color codes.
GetName(Int32)
Looks up color name for the given numeric color code.
GetName(String)
Looks up color name for the given color string. Accepts any input format that is recognized by Color.Parse(String).

See Also