From a7e7a857c32d02aa503eb31a4ccc0a895ebddccb Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Sat, 2 Feb 2013 20:17:54 +0000 Subject: [PATCH] readjusted color values to work nicely with Msh colorspace (as in ParaView) --- processing/post/colorMap.config | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/processing/post/colorMap.config b/processing/post/colorMap.config index ccbd65d34..4d644fdab 100644 --- a/processing/post/colorMap.config +++ b/processing/post/colorMap.config @@ -1,8 +1,9 @@ -gray 0.00000,1.0,0.0 0.00000,0.0,0.0 -grey 0.00000,1.0,0.0 0.00000,0.0,0.0 -red 0.00000,0.9,0.1 0.00000,0.1,0.9 -green 0.33333,0.9,0.1 0.33333,0.1,0.9 -blue 0.66667,0.9,0.1 0.66667,0.1,0.9 -seaweed 0.78,1.0,0.1 0.4,0.1,0.9 -redgreen 0.00000,0.2,0.9 0.33333,0.2,0.9 symmetric -redblue 0.00000,0.2,0.9 0.66667,0.2,0.9 symmetric +# name|synonym H,S,L H,S,L +gray|grey 0.00000,1.00,1.00 0.00000,0.00,0.15 +red 0.0,1.0,0.14 0.0,0.35,0.91 +green 0.33333,1.0,0.140 0.33333,0.35,0.91 +blue 0.66,1.0,0.14 0.66,0.35,0.91 +seaweed 0.78000,1.0,0.1 0.40000,0.1,0.9 +bluebrown 0.65,0.53,0.49 0.11,0.75,0.38 +redgreen 0.97,0.96,0.36 0.33333,1.0,0.14 +bluered 0.65,0.53,0.49 0.97,0.96,0.36