GRASS GIS 7 Programmer's Manual
7.0.4(2016)-r00000
|
#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.
References NULL.
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_raster(), cairo_read_ppm(), cairo_write_ppm(), Cdhc_durbins_exact(), Gs_build_256lookup(), GS_get_val_at_xy(), Gs_pack_colors(), Gs_pack_colors_float(), GS_write_ppm(), GS_write_zoom(), gsd_color_func(), Gvl_get_color_for_value(), gvld_isosurf(), Nviz_set_light_bright(), Nviz_set_light_color(), PNG_draw_bitmap(), png_init_color_table(), rbtree_insert(), rbtree_remove(), read_bmp(), read_png(), read_ppm(), S_read(), unitary(), write_bmp(), write_pgm(), write_png(), and write_ppm().
const char* name |
Definition at line 7 of file named_colr.c.
Referenced by Cairo_text_box(), datetime_scan(), DBFGetFieldIndex(), free_fontcap(), G__get_list_of_mapsets(), G__location_path(), G__machine_name(), G__read_gisrc_env(), G_color_rules_descriptions(), G_color_rules_options(), G_database_datum_name(), G_database_ellipse_name(), G_database_projection_name(), G_database_unit_name(), G_file_name(), G_file_name_misc(), G_get_timestamps(), G_legal_filename(), G_list_element(), G_myname(), G_name_is_fully_qualified(), G_program_name(), G_read_datum_table(), G_read_ellipsoid_table(), G_remove_misc(), G_set_program_name(), G_str_to_color(), G_tempfile_pid(), G_whoami(), GPJ_get_datum_transform_by_name(), GPJ_osr_to_grass(), parse_fontcap_entry(), read_datum_table(), read_ellipsoid_table(), S_read(), and write_setup().
float r |
Definition at line 8 of file named_colr.c.