Freeciv-3.2
|
#include <stdio.h>
#include <gtk/gtk.h>
#include "log.h"
#include "mem.h"
#include "rgbcolor.h"
#include "gui_main.h"
#include "colors.h"
Go to the source code of this file.
Functions | |
struct color * | color_alloc (int r, int g, int b) |
void | color_free (struct color *color) |
int | color_brightness_score (struct color *pcolor) |