update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user