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

Checks whether a color code is valid (is a recognized standard color code). Standard color codes are hexadecimal digits. Both uppercase and lowercase digits are accepted. Does not recognize fCraft-specific color codes.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[PureAttribute]
public static bool IsStandardColorCode(
	char code
)

Parameters

code
Char

Return Value

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

See Also