|  | 
| static color | RED {color::rgb(255, 0, 0)} | 
|  | 
| static color | GREEN {color::rgb(0, 255, 0)} | 
|  | 
| static color | BLUE {color::rgb(0, 0, 255)} | 
|  | 
| static color | LIGHT_RED {color::rgb(239, 71, 111)} | 
|  | 
| static color | YELLOW {color::rgb(255, 209, 102)} | 
|  | 
| static color | LIGHT_GREEN {color::rgb(6, 214, 160)} | 
|  | 
| static color | DARK_BLUE {color::rgb(17, 138, 178)} | 
|  | 
| static color | MIDNIGHT_BLUE {color::rgb(7, 59, 76)} | 
|  | 
| static color | PINK {color::rgb(255, 102, 255)} | 
|  | 
| static color | PURPLE {color::rgb(102, 0, 204)} | 
|  | 
Namespace containing color related functions and constants.