Table of Contents

Class DyesClient

Namespace
GuildWars2.Hero.Equipment.Dyes
Assembly
GW2SDK.dll

Provides query methods for dye colors and unlocked dyes.

public sealed class DyesClient
Inheritance
DyesClient
Inherited Members

Constructors

DyesClient(HttpClient)

Initializes a new instance of the DyesClient class.

Methods

GetColorById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a dye color by its ID.

GetColors(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all dye colors.

GetColorsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves dye colors by their IDs.

GetColorsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of dye colors.

GetColorsIndex(CancellationToken)

Retrieves the IDs of all dye colors.

GetUnlockedColors(string?, CancellationToken)

Retrieves the color IDs of dyes unlocked on the account associated with the access token. This endpoint is only accessible with a valid access token.