update
This commit is contained in:
13
DEV.1.1/CM2/CM2A/2.Separation/lightness.h
Normal file
13
DEV.1.1/CM2/CM2A/2.Separation/lightness.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LIGHTNESS_H
|
||||
#define LIGHTNESS_H
|
||||
|
||||
#define LIGHT 0
|
||||
#define DARK 1
|
||||
#define LIGHT_RED 217
|
||||
#define LIGHT_GREEN 157
|
||||
#define LIGHT_BLUE 147
|
||||
|
||||
int lightness(void);
|
||||
|
||||
|
||||
#endif /*LIGHTNESS_H*/
|
Reference in New Issue
Block a user