terminology/src/bin/col.h

11 lines
291 B
C
Raw Normal View History

#ifndef _COL_H__
#define _COL_H__ 1
#include <Evas.h>
2014-03-17 14:32:25 -07:00
#include "config.h"
2017-07-06 11:55:02 -07:00
void colors_term_init(Evas_Object *textgrid, const Evas_Object *bg, const Config *config);
void colors_standard_get(int set, int col, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);
#endif