Enum AnsiColor
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
A list of ansi colors supported by Discord.
public enum AnsiColor
- Extension Methods
Fields
Black = 30BlackBackground = 40Blue = 34BlueBackground = 44Bold = 1Cyan = 36CyanBackground = 46Green = 32GreenBackground = 42LightGray = 38Magenta = 35MagentaBackground = 45Red = 31RedBackground = 41Reset = 0Underline = 4White = 37WhiteBackground = 47Yellow = 33YellowBackground = 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.