struct canvas int int struct sprite bool int int fog_y struct canvas struct sprite struct color * pcolor
struct color * qtg_color_alloc(int r, int g, int b)
int color_brightness_score(struct color *pcolor)
void qtg_color_free(struct color *pcolor)
void rgbcolor_destroy(struct rgbcolor *prgbcolor)
struct rgbcolor * rgbcolor_new(int r, int g, int b)
int rgbcolor_brightness_score(struct rgbcolor *prgbcolor)