readjusted color values to work nicely with Msh colorspace (as in ParaView)
This commit is contained in:
parent
fc9ecc7ed5
commit
a7e7a857c3
|
@ -1,8 +1,9 @@
|
||||||
gray 0.00000,1.0,0.0 0.00000,0.0,0.0
|
# name|synonym H,S,L H,S,L
|
||||||
grey 0.00000,1.0,0.0 0.00000,0.0,0.0
|
gray|grey 0.00000,1.00,1.00 0.00000,0.00,0.15
|
||||||
red 0.00000,0.9,0.1 0.00000,0.1,0.9
|
red 0.0,1.0,0.14 0.0,0.35,0.91
|
||||||
green 0.33333,0.9,0.1 0.33333,0.1,0.9
|
green 0.33333,1.0,0.140 0.33333,0.35,0.91
|
||||||
blue 0.66667,0.9,0.1 0.66667,0.1,0.9
|
blue 0.66,1.0,0.14 0.66,0.35,0.91
|
||||||
seaweed 0.78,1.0,0.1 0.4,0.1,0.9
|
seaweed 0.78000,1.0,0.1 0.40000,0.1,0.9
|
||||||
redgreen 0.00000,0.2,0.9 0.33333,0.2,0.9 symmetric
|
bluebrown 0.65,0.53,0.49 0.11,0.75,0.38
|
||||||
redblue 0.00000,0.2,0.9 0.66667,0.2,0.9 symmetric
|
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
|
||||||
|
|
Loading…
Reference in New Issue