[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: fCraft
Assembly: 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

Return Value

True if given char is a recognized color code; otherwise false.

See Also