[GRASS-SVN] r31135 - grass-addons/raster/r.colors.tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 27 03:51:07 EDT 2008
Author: hamish
Date: 2008-04-27 03:51:06 -0400 (Sun, 27 Apr 2008)
New Revision: 31135
Modified:
grass-addons/raster/r.colors.tools/r.cpt2grass
Log:
minor comment clean
Modified: grass-addons/raster/r.colors.tools/r.cpt2grass
===================================================================
--- grass-addons/raster/r.colors.tools/r.cpt2grass 2008-04-27 07:41:52 UTC (rev 31134)
+++ grass-addons/raster/r.colors.tools/r.cpt2grass 2008-04-27 07:51:06 UTC (rev 31135)
@@ -102,7 +102,7 @@
#### fn to convert hsv to rgb
# Converts HSV to RGB. Based on the Foley and Van Dam HSV algorithm used
-# in the hsv.rgb.sh script in GRASS 4/5 by James Westervelt (CERL)
+# by James Westervelt's (CERL) hsv.rgb.sh script from GRASS 4/5.
HSVtoRGB() {
# Hue: 0-360 degrees
H=$1
More information about the grass-commit
mailing list