diff src/paranormal/cmaps.c @ 155:adf9f4b26039 trunk

[svn] - user-friendly names (UI side unimplemented still)
author nenolod
date Tue, 31 Oct 2006 12:07:32 -0800
parents fd9c0a5871ac
children 0d826917c56f
line wrap: on
line diff
--- a/src/paranormal/cmaps.c	Tue Oct 31 01:29:30 2006 -0800
+++ b/src/paranormal/cmaps.c	Tue Oct 31 12:07:32 2006 -0800
@@ -53,6 +53,7 @@
 struct pn_actuator_desc builtin_cmap_gradient =
 {
   "cmap_gradient",
+  "Normal colourmap",
   "Sets the colormap to a gradient going from <lcolor> to "
   "<hcolor>",
   0, cmap_gradient_opts,
@@ -86,6 +87,7 @@
 struct pn_actuator_desc builtin_cmap_bwgradient =
 {
   "cmap_bwgradient",
+  "Value-based colourmap",
   "Sets the colormap to a gradient going from black to "
   "while, via an intermediate color",
   0, cmap_bwgradient_opts,