GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
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 del2g(), GS_get_val_at_xy(), GS_write_ppm(), GS_write_zoom(), gsd_color_func(), Gvl_get_color_for_value(), gvld_isosurf(), and I_iclass_add_signature().
const char* name |
Definition at line 7 of file named_colr.c.
Referenced by db_alloc_dirent_array(), db_d_add_column(), db_d_drop_index(), db_d_drop_table(), db_free_dirent_array(), db_grant_on_table(), DBFGetFieldIndex(), free_fontcap(), G__location_path(), G_color_rules_description_type(), G_color_rules_descriptions(), G_color_rules_options(), 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(), open_band_files(), parse_fontcap_entry(), Rast3d_cache_elt_ptr(), Rast__open_old(), Rast_get_vrt(), Rast_mask_info(), read_ellipsoid_table(), ReplacementHeap< T, Compare >::ReplacementHeap(), S_read(), Vect_get_finfo_layer_name(), and Vect_get_proj_name().
float r |
Definition at line 8 of file named_colr.c.