Files
DEV/DEV.1.1/CM2TEST/CM2A/2.Separation/lightness.h

10 lines
135 B
C
Raw Normal View History

2024-12-09 11:56:59 +01:00
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 0
#define DARK 1
int lightness(void);
#endif /*LIGHTNESS_H*/