from colormap import Colormap
c = Colormap()
c.test_colormap(c.cmap({'red':[1,1,0,1], 'green':[0,1,.39,1],
                       'blue':[0,1,0,1]}))