Method IsDefined
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.dll
IsDefined(string)
Determines whether the specified color name is defined.
public static bool IsDefined(string colorName)
Parameters
colorNamestringThe name of the color to check.
Returns
- bool
trueif the specified color name is defined; otherwise,false.
Remarks
The name should include the leading '@' symbol, e.g. '@flavor'.