1#ifndef __COLORS_HEADER__
2#define __COLORS_HEADER__
12unsigned int Colors_writeColor(
struct Colors *
this,
unsigned char redValue,
unsigned char greenValue,
unsigned char blueValue,
int *error);
14void Colors_readColor(
const struct Colors *
this,
unsigned int color,
unsigned char *redValue,
unsigned char *greenValue,
unsigned char *blueValue,
int *error);
void Colors_initialize(struct Colors *this, int *error)
unsigned int Colors_writeColor(struct Colors *this, unsigned char redValue, unsigned char greenValue, unsigned char blueValue, int *error)
struct Colors * Colors_construct(unsigned int colorType, struct Binary *binary, struct Graph *graph, int *error)
void Colors_readColor(const struct Colors *this, unsigned int color, unsigned char *redValue, unsigned char *greenValue, unsigned char *blueValue, int *error)
struct Colors * Colors_destruct(struct Colors *this)