#include <grass/gis.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | G_color_values (char *name, float *r, float *g, float *b) |
char * | G_color_name (int n) |
char* G_color_name | ( | int | n | ) |
int G_color_values | ( | char * | name, | |
float * | r, | |||
float * | g, | |||
float * | b | |||
) |
Definition at line 31 of file named_colr.c.
float b |
Definition at line 8 of file named_colr.c.
Referenced by G__lookup_colors(), G__read_row_ptrs(), G__write_row_ptrs(), G_get_c_raster_color(), G_get_color(), G_get_d_raster_color(), G_get_f_raster_color(), G_get_raster_color(), G_remove_commas(), G_sort_histogram(), G_str_to_color(), and G_strip().
float g |
Definition at line 8 of file named_colr.c.
Referenced by G__lookup_colors(), G_get_c_raster_color(), G_get_color(), G_get_d_raster_color(), G_get_f_raster_color(), G_get_raster_color(), and G_str_to_color().
char* name |
Definition at line 7 of file named_colr.c.
Referenced by G__location_path(), G__machine_name(), G__tempfile(), G_database_datum_name(), G_database_ellipse_name(), G_database_projection_name(), G_database_unit_name(), G_mask_info(), G_myname(), G_program_name(), G_set_program_name(), G_str_to_color(), and G_whoami().
float r |
Definition at line 8 of file named_colr.c.
Referenced by G__lookup_colors(), G_get_c_raster_color(), G_get_color(), G_get_d_raster_color(), G_get_f_raster_color(), G_get_raster_color(), G_pclose(), and G_str_to_color().