BgColour (string)
Less than 1 minute
BgColour (string)
enum BgColour: stringCases
RED
case RED = '\033[41m'GREEN
case GREEN = '\033[42m'YELLOW
case YELLOW = '\033[43m'BLUE
case BLUE = '\033[44m'MAGENTA
case MAGENTA = '\033[45m'CYAN
case CYAN = '\033[46m'WHITE
case WHITE = '\033[47m'RESET
case RESET = '\033[0m'Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000