This commit is contained in:
Emmanuel Srivastava
2024-12-09 14:58:52 +01:00
parent 4dc8010741
commit 16332fec34
12 changed files with 105 additions and 16 deletions

View File

@@ -4,14 +4,15 @@
#include "lightness.h"
#define LIGHT 0
#define DARK 1
#define RED 1
#define GREEN 2
#define BLUE 4
#define DARK_RED 124
#define DARK_GREEN 34
#define DARK_BLUE 19
#define LIGHT_RED 217
#define LIGHT_GREEN 157
#define LIGHT_BLUE 147
int hue(void) {
int choice = rand()%3;