Class DyeColor
- Namespace
- GuildWars2.Hero.Equipment.Dyes
- Assembly
- GW2SDK.dll
Information about a dye color.
[JsonConverter(typeof(DyeColorJsonConverter))]
public sealed record DyeColor : IEquatable<DyeColor>
- Inheritance
-
DyeColor
- Implements
- Inherited Members
Fields
- DyeRemoverId
The color ID of Dye Remover.
Properties
- BaseRgb
The base RGB color.
- Cloth
The appearance of the dye on cloth armor.
- Fur
The appearance of the dye on fur armor.
- Hue
The color category to which the dye belongs.
- Id
The color ID.
- ItemId
The ID of the dye item which unlocks this dye color, or
null
if the dye is unlocked by default.
- Leather
The appearance of the dye on leather armor.
- Material
The material category to which the dye belongs.
- Metal
The appearance of the dye on metal armor.
- Name
The color name.
- Set
The set to which the dye belongs.
Methods
- GetChatLink()
Gets a chat link object for this item.