color_range.c File Reference

#include <math.h>
#include <grass/gis.h>

Include dependency graph for color_range.c:

Go to the source code of this file.

Functions

int G_set_color_range (CELL min, CELL max, 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, struct Colors *colors)
int G_get_d_color_range (DCELL *min, DCELL *max, struct Colors *colors)


Function Documentation

int G_get_color_range ( CELL *  min,
CELL *  max,
struct Colors *  colors 
)

Parameters:
G_get_color_range 
Returns:
int

Definition at line 50 of file color_range.c.

int G_get_d_color_range ( DCELL *  min,
DCELL *  max,
struct Colors *  colors 
)

Definition at line 68 of file color_range.c.

int G_set_color_range ( CELL  min,
CELL  max,
struct Colors *  colors 
)

Definition at line 4 of file color_range.c.

Referenced by G_make_random_colors().

int G_set_d_color_range ( DCELL  min,
DCELL  max,
struct Colors *  colors 
)

Definition at line 21 of file color_range.c.


Generated on Sun Apr 6 17:32:17 2008 for GRASS by  doxygen 1.5.5