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'RESET
case RESET = '\033[0m'Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000