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