Table of Contents

Class ColorInfo

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

Information about how a dye color looks when applied to a material.

[JsonConverter(typeof(ColorInfoJsonConverter))]
public sealed record ColorInfo : IEquatable<ColorInfo>
Inheritance
ColorInfo
Implements
Inherited Members

Properties

Brightness

The brightness of the color.

Contrast

The contrast of the color.

Hue

The hue in the HSL colorspace.

Lightness

The lightness in the HSL colorspace.

Rgb

The precalculated RGB value.

Saturation

The saturation in the HSL colorspace.