/* ************************************************************ * MODULE: r.le.setup/colors.h * * Version 5.0beta Oct. 1, 2001 * * * * AUTHOR: W.L. Baker, University of Wyoming * * BAKERWL@UWYO.EDU * * * * PURPOSE: To set up sampling areas, which can can then * * be used to obtain data using the r.le.dist, * * r.le.patch, and r.le.pixel programs. The * * colors.h file defines the colors * * * * COPYRIGHT: (C) 2001 by W.L. Baker * * * * This program is free software under the GNU General * * Public License(>=v2). Read the file COPYING that comes * * with GRASS for details * * * ************************************************************/ #include #define RED 1 #define ORANGE 2 #define YELLOW 3 #define GREEN 4 #define BLUE 5 #define INDIGO 6 #define VIOLET 7 #define WHITE 8 #define BLACK 9 #define GRAY 10 #define BROWN 11 #define MAGENTA 12 #define AQUA 13