express/src/bin/colors.h

8 lines
221 B
C
Raw Normal View History

#ifndef _COLORS_H_
# define _COLORS_H_ 1
void _colors_init(Evas_Object *obj, Evas_Object *bg);
void _colors_standard_get(int set, int col, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);
#endif