[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| Parse(Char) | Converts the given character color code into standard representation (ampersand-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. |
| Parse(String) | Converts the given character color code into standard representation (ampersand-color-code).
Accepts 2-character ampersand color codes, single character codes, and color names.
Does not accept 2-character percent-codes. All input is 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. |