mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
22 lines
421 B
Plaintext
22 lines
421 B
Plaintext
# Blue to Green
|
|
#
|
|
# Taken from Department of Geography, University of Oregon
|
|
|
|
ncolors = 14
|
|
|
|
# r g b
|
|
0 0 255
|
|
51 51 255
|
|
101 101 255
|
|
153 153 255
|
|
178 178 255
|
|
203 203 255
|
|
229 229 255
|
|
229 255 229
|
|
203 255 203
|
|
178 255 178
|
|
153 255 153
|
|
101 255 101
|
|
51 255 51
|
|
0 255 0
|