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
398 B
Plaintext

1 month ago
#
# 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
#----------------------------------------------------------