1 #ifndef color_rgb_set_get
2 #define color_rgb_set_get
3 
4 
5 #include "./red.hpp"
6 #include "./green.hpp"
7 #include "./blue.hpp"
8 
9 #include "./gray.hpp"
10 
11 #include "./alpha.hpp"
12 
13 #endif
14