From f02afea91bd0315d206d07ea6ecdb8c01e9e5ec4 Mon Sep 17 00:00:00 2001
From: "(no author)" <(no author)@8a9318a1-56ba-4d59-b755-99d26321be01>
Date: Mon, 29 Apr 2013 16:29:47 +0000
Subject: [PATCH] list of new colors

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@215 8a9318a1-56ba-4d59-b755-99d26321be01
---
 pyglance/glance/gui_model.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyglance/glance/gui_model.py b/pyglance/glance/gui_model.py
index cc227b8..be5086d 100644
--- a/pyglance/glance/gui_model.py
+++ b/pyglance/glance/gui_model.py
@@ -628,7 +628,7 @@ class GlanceGUIModel (object) :
         get the name of the colormap to use
         
         the return will be on of the constants from gui_constants:
-            COLORMAP_NAMES = [CM_RAINBOW, CM_GRAY]
+            COLORMAP_NAMES = [CM_RAINBOW, CM_RAINBOW_REV, CM_RAINBOW_DESAT, CM_GRAY, CM_GRAY_REV, CM_SPECTRAL]
         """
         
         return str(self.colormap)
-- 
GitLab