You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
color C_WHITE = color(255,255,255);
|
|
color C_BLACK = color(0,0,0);
|
|
color C_RED = color(250, 40, 40);
|
|
color C_YELLOW = color(177, 255, 51);
|