IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2015, 3:10:22 PM (11 years ago)
Author:
eugene
Message:

add additional plot point colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150405/Ohana/src/libkapa/src/KapaColors.c

    r27817 r38085  
    11# include <kapa_internal.h>
    22
    3 # define N_KAPA_COLORS 23
     3# define N_KAPA_COLORS 42
    44
    55static char KAPA_COLORS[N_KAPA_COLORS][3][16] = {
     
    1414{"green",        "green",        "0.00 1.00 0.00"},
    1515{"darkgreen",    "darkgreen",    "0.00 0.40 0.00"},
     16{"darkblue",     "darkblue",     "0.50 0.50 1.00"},
    1617{"blue",         "blue",         "0.00 0.00 1.00"},
    1718{"skyblue",      "skyblue",      "0.53 0.81 0.92"},
    1819{"indigo",       "mediumpurple", "0.57 0.44 0.86"},
    1920{"violet",       "darkviolet",   "0.58 0.00 0.88"},
     21{"blue10",       "rgb:00/00/33", "0.00 0.00 0.20"},
     22{"blue20",       "rgb:00/00/66", "0.00 0.00 0.40"},
     23{"blue30",       "rgb:00/00/99", "0.00 0.00 0.60"},
     24{"blue40",       "rgb:00/00/cc", "0.00 0.00 0.80"},
     25{"blue50",       "rgb:00/00/ff", "0.00 0.00 1.00"},
     26{"blue60",       "rgb:33/33/ff", "0.20 0.20 1.00"},
     27{"blue70",       "rgb:66/66/ff", "0.40 0.40 1.00"},
     28{"blue80",       "rgb:99/99/ff", "0.60 0.60 1.00"},
     29{"blue90",       "rgb:cc/cc/ff", "0.80 0.80 1.00"},
     30{"red10",        "rgb:33/00/00",         "0.20 0.00 0.00"},
     31{"red20",        "rgb:66/00/00",         "0.40 0.00 0.00"},
     32{"red30",        "rgb:99/00/00",         "0.60 0.00 0.00"},
     33{"red40",        "rgb:cc/00/00",         "0.80 0.00 0.00"},
     34{"red50",        "rgb:ff/00/00",         "1.00 0.00 0.00"},
     35{"red60",        "rgb:ff/33/33",         "1.00 0.20 0.20"},
     36{"red70",        "rgb:ff/66/66",         "1.00 0.40 0.40"},
     37{"red80",        "rgb:ff/99/99",         "1.00 0.60 0.60"},
     38{"red90",        "rgb:ff/cc/cc",         "1.00 0.80 0.80"},
    2039{"grey10",       "grey10",       "0.10 0.10 0.10"},
    2140{"grey20",       "grey20",       "0.20 0.20 0.20"},
Note: See TracChangeset for help on using the changeset viewer.