GRASS GIS 7 Programmer's Manual
7.2.1(2017)-exported
|
#include <grass/gis.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | G_color_values (const char *name, float *r, float *g, float *b) |
const char * | G_color_name (int n) |
const char* G_color_name | ( | int | n | ) |
Definition at line 44 of file named_colr.c.
int G_color_values | ( | const char * | name, |
float * | r, | ||
float * | g, | ||
float * | b | ||
) |
Definition at line 29 of file named_colr.c.
float b |
Definition at line 8 of file named_colr.c.
float g |
Definition at line 8 of file named_colr.c.
Referenced by cairo_read_ppm(), GS_get_val_at_xy(), GS_write_ppm(), GS_write_zoom(), gsd_color_func(), Gvl_get_color_for_value(), and gvld_isosurf().
const char* name |
Definition at line 7 of file named_colr.c.
Referenced by DBFGetFieldIndex(), free_fontcap(), G__location_path(), G_database_datum_name(), G_database_ellipse_name(), G_database_projection_name(), G_database_unit(), G_myname(), G_name_is_fully_qualified(), G_program_name(), G_str_to_color(), G_tempfile_pid(), GPJ_osr_to_grass(), parse_fontcap_entry(), read_ellipsoid_table(), and S_read().
float r |
Definition at line 8 of file named_colr.c.