21#ifndef __EDELIB_COLORDB_H__
22#define __EDELIB_COLORDB_H__
24#include "edelib-global.h"
57 bool load(
const char *file);
62 bool find(
const char *name,
unsigned char &r,
unsigned char &g,
unsigned char &b);
X11 color database.
Definition ColorDb.h:37
bool load(const char *file)
bool find(const char *name, unsigned char &r, unsigned char &g, unsigned char &b)
#define E_DISABLE_CLASS_COPY(klass)
Definition edelib-global.h:161