Table of Contents

Method GetColorsIndex

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

GetColorsIndex(CancellationToken)

Retrieves the IDs of all dye colors.

public Task<(HashSet<int> Value, MessageContext Context)> GetColorsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.