#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_colors_count (struct Colors *colors) |
get both modular and fixed rules count | |
int | G_get_f_color_rule (DCELL *val1, unsigned char *r1, unsigned char *g1, unsigned char *b1, DCELL *val2, unsigned char *r2, unsigned char *g2, unsigned char *b2, struct Colors *colors, int rule) |
G_colors_count | ( | struct Colors * | colors | ) |
get both modular and fixed rules count
colors | pointer to color table structure |
Definition at line 9 of file color_rule_get.c.
int G_get_f_color_rule | ( | DCELL * | val1, | |
unsigned char * | r1, | |||
unsigned char * | g1, | |||
unsigned char * | b1, | |||
DCELL * | val2, | |||
unsigned char * | r2, | |||
unsigned char * | g2, | |||
unsigned char * | b2, | |||
struct Colors * | colors, | |||
int | rule | |||
) |
Definition at line 44 of file color_rule_get.c.