Class MarkupColorName
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
The color names used in markup.
public static class MarkupColorName
- Inheritance
-
MarkupColorName
- Inherited Members
Fields
- DefaultColorMap
A dictionary that maps color names to their corresponding hex color codes, based on colors picked from the game.
Properties
- AbilityType
The color for ability type text. Color used in game: Light Yellow.
- Flavor
The color for flavor text. Color used in game: Aqua.
- Reminder
The color for reminder text. Color used in game: Gray.
- Task
The color for task text. Color used in game: Gold.
- Warning
The color for warning text. Color used in game: Red.
Methods
- IsDefined(string)
Determines whether the specified color name is defined.