7 colors->cmin = (DCELL) min;
8 colors->cmax = (DCELL) max;
11 colors->cmin = (DCELL) max;
12 colors->cmax = (DCELL) min;
46 if (!colors->is_float) {
47 *min = (CELL) floor(colors->cmin);
48 *max = (CELL) ceil(colors->cmax);
51 *min = -255 * 255 * 255;
52 *max = 255 * 255 * 255;
int G_set_color_range(CELL min, CELL max, struct Colors *colors)
int G_get_d_color_range(DCELL *min, DCELL *max, const struct Colors *colors)
int G_set_d_color_range(DCELL min, DCELL max, struct Colors *colors)
int G_get_color_range(CELL *min, CELL *max, const struct Colors *colors)