#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_make_grey_scale_colors (struct Colors *colors, CELL min, CELL max) |
make linear grey scale | |
int | G_make_grey_scale_fp_colors (struct Colors *colors, double min, double max) |
int | G_make_grey_scale (struct Colors *colors, CELL min, CELL max) |
int | G_add_grey_scale_colors (struct Colors *colors, CELL min, CELL max) |
int G_add_grey_scale_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
Definition at line 54 of file color_grey.c.
int G_make_grey_scale | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
int G_make_grey_scale_colors | ( | struct Colors * | colors, | |
CELL | min, | |||
CELL | max | |||
) |
make linear grey scale
Generates a grey scale color table. Each color is a level of grey, increasing from black to white.
colors | ||
min | ||
max |
Definition at line 30 of file color_grey.c.
References G_init_colors().
Referenced by G_make_grey_scale().
int G_make_grey_scale_fp_colors | ( | struct Colors * | colors, | |
double | min, | |||
double | max | |||
) |
Definition at line 37 of file color_grey.c.
References G_init_colors().
Referenced by G_make_colors().