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.
17 lines
609 B
Plaintext
17 lines
609 B
Plaintext
#
|
|
# gmt/drywet : Goes from dry to wet colors [C=RGB]
|
|
# Dry to Wet color table
|
|
# Created by Ed Maurer, University of Washington
|
|
#
|
|
#----------------------------------------------------------
|
|
# COLOR_MODEL = RGB
|
|
# RANGE = 0/12
|
|
#----------------------------------------------------------
|
|
0 134/97/42 0.166666666667 238/199/100
|
|
0.166666666667 238/199/100 0.333333333333 180/238/135
|
|
0.333333333333 180/238/135 0.5 50/238/235
|
|
0.5 50/238/235 0.666666666667 12/120/238
|
|
0.666666666667 12/120/238 0.833333333333 38/1/183
|
|
0.833333333333 38/1/183 1 8/51/113
|
|
#----------------------------------------------------------
|