Enum AnsiColor
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
A list of ansi colors supported by Discord.
public enum AnsiColor
- Extension Methods
Fields
Black = 30
BlackBackground = 40
Blue = 34
BlueBackground = 44
Bold = 1
Cyan = 36
CyanBackground = 46
Green = 32
GreenBackground = 42
LightGray = 38
Magenta = 35
MagentaBackground = 45
Red = 31
RedBackground = 41
Reset = 0
Underline = 4
White = 37
WhiteBackground = 47
Yellow = 33
YellowBackground = 43
Remarks
Background support in the client is dodgy at best. These colors are mapped as per the ansi standard, but may not appear correctly in the client.