Table of Contents

Enum ColorType

Namespace
Discord
Assembly
Discord.Net.Core.dll
public enum ColorType

Fields

CssHexColor = 0
Color in one of the following formats.

#RGB The three-value syntax

#RGBA The four-value syntax

#RRGGBB The six-value syntax

#RRGGBBAA The eight-value syntax