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.

15 lines
466 B
Plaintext

1 month ago
#
# gmt/split : Like polar, but via black instead of white [S, C=RGB]
# Split colors that has black around midpoint hinge
# Designed by P. Wessel, SOEST
#
#----------------------------------------------------------
# COLOR_MODEL = RGB
# SOFT_HINGE
#----------------------------------------------------------
-1 128/128/255 -0.5 0/0/128
-0.5 0/0/128 0 0/0/0
0 0/0/0 0.5 128/0/0
0.5 128/0/0 1 255/128/128
#----------------------------------------------------------