black property

DiscordColor black
final

A near-black color. Due to API limitations, the color is #010101, rather than #000000, as the latter is treated as no color.

Implementation

static final DiscordColor black = DiscordColor.fromInt(0x010101);