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

Gets color name for hex color code.

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

Syntax

   
 C# 
public static string GetName(
	char code
)

Parameters

code
Char
Hexadecimal color code (between '0' and 'f').

Return Value

Lowercase color name.

See Also