diff Applications/Resources/Colormaps/GenerateColormaps.py @ 1743:12528a80e3dd

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Feb 2021 09:15:31 +0100
parents 9ac2a65d4172
children 3889ae96d2e9
line wrap: on
line diff
--- a/Applications/Resources/Colormaps/GenerateColormaps.py	Sat Jan 30 12:30:09 2021 +0100
+++ b/Applications/Resources/Colormaps/GenerateColormaps.py	Fri Feb 12 09:15:31 2021 +0100
@@ -37,9 +37,9 @@
 
         colormap += map(lambda k: int(round(color[k] * 255)), range(3))
 
-    colormap[0] = 0
-    colormap[1] = 0
-    colormap[2] = 0
+    #colormap[0] = 0
+    #colormap[1] = 0
+    #colormap[2] = 0
 
     return array.array('B', colormap).tostring()