/* See LICENSE file for copyright and license details. */ #ifndef __CHERRY_COLOR_H__ #define __CHERRY_COLOR_H__ #define RGB(r, g, b) (b + (g<<8) + (r<<16)) #endif /* __CHERRY_COLOR_H__ */