Field DefaultColorMap
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.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#ffec8c (light yellow)
- @flavor#9be8e4 (aqua)
- @reminder#b0b0b0 (gray)
- @quest#00ff00 (green)
- @task#ffc957 (gold)
- @warning#ed0002 (red)
- @event#cc6633 (orange)
- @info#ffffff (white)