GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
Loading...
Searching...
No Matches
color_init.c File Reference

Raster Library - Initialize Colors structure. More...

#include <grass/gis.h>
#include <grass/raster.h>
Include dependency graph for color_init.c:

Go to the source code of this file.

Functions

void Rast_init_colors (struct Colors *colors)
 Initialize color structure.
 

Detailed Description

Raster Library - Initialize Colors structure.

(C) 2001-2009 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.

Author
Original author CERL

Definition in file color_init.c.

Function Documentation

◆ Rast_init_colors()