You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
#
|
|
# matlab/jet : Dark to light blue, white, yellow and red [C=RGB]
|
|
# Simulates the JET colormap in MATLAB
|
|
#
|
|
#----------------------------------------------------------
|
|
# COLOR_MODEL = RGB
|
|
#----------------------------------------------------------
|
|
0.000 0/0/127 0.125 blue
|
|
0.125 blue 0.375 cyan
|
|
0.375 cyan 0.625 yellow
|
|
0.625 yellow 0.875 red
|
|
0.875 red 1.000 127/0/0
|
|
#----------------------------------------------------------
|