GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Raster Library - Print color table. More...
#include <grass/raster.h>
Go to the source code of this file.
Functions | |
void | Rast_print_colors (struct Colors *colors, DCELL min, DCELL max, FILE *fp, int perc) |
Print color table. More... | |
Raster Library - Print color table.
(C) 2010-2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file color_out.c.
Print color table.
colors | pointer to Colors structure |
min,max | minimum and maximum value for percentage output (used only when perc is non-zero) |
fp | file where to print color table rules |
perc | TRUE for percentage output |
Definition at line 41 of file color_out.c.