Field DefaultColorMap
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
A dictionary that maps color names to their corresponding hex color codes, based on colors picked from the game.
public static readonly IReadOnlyDictionary<string, string> DefaultColorMap
Returns
- IReadOnlyDictionary<string, string>
- A dictionary that maps color names to their corresponding hex color codes, based on colors picked from the game.
Remarks
The dictionary is case-insensitive and contains the following default mappings:
- @abilitytype#ffee88 (light yellow)
- @flavor#99dddd (aqua)
- @reminder#aaaaaa (gray)
- @task#ffcc55 (gold)
- @warning#ff0000 (red)