[This is preliminary documentation and is subject to change.]
Checks whether a color code is valid. Both uppercase and lowercase digits are accepted.
Both standard (0-F) and fCraft-specific (H, I, M, P, R, S, W, and Y) color codes are accepted.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[PureAttribute] public static bool IsColorCode( char code )
Parameters
- code
- Char