FgColour (string)
Less than 1 minute
FgColour (string)
enum FgColour: stringCases
RED
case RED = '\033[31m'GREEN
case GREEN = '\033[32m'YELLOW
case YELLOW = '\033[33m'BLUE
case BLUE = '\033[34m'MAGENTA
case MAGENTA = '\033[35m'CYAN
case CYAN = '\033[36m'WHITE
case WHITE = '\033[37m'ORANGE
case ORANGE = '\033[38;5;208m'RESET
case RESET = '\033[0m'Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000