Changeset 2394 in Sophya for trunk/SophyaPI/PI/psfile.cc


Ignore:
Timestamp:
May 30, 2003, 5:55:03 PM (22 years ago)
Author:
ansari
Message:

Ameliorations diverses dans le decodage des options graphiques - Ajout nouvelles couleurs et HighLight en bleu - Reza 30/05/03

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/psfile.cc

    r2258 r2394  
    5454  PI_Cyan, PI_Turquoise, PI_NavyBlue,\
    5555  PI_Orange, PI_SiennaRed, PI_Purple,\
    56   PI_LimeGreen, PI_Gold, PI_Violet, PI_VioletRed, PI_BlueViolet, PI_DarkViolet, \
     56  PI_LimeGreen, PI_Gold, \
     57  PI_Violet, PI_VioletRed, PI_BlueViolet, PI_DarkViolet, \
     58  PI_SkyBlue, PI_RoyalBlue, PI_ForestGreen, \
     59  PI_OrangeRed, PI_Brown, PI_HighlightBlue, \
    5760  \
    5861  PI_RomanFont, PI_BoldFont, PI_ItalicFont, PI_NotDefFontAtt,\
     
    6770/C%-2d  {ur    ug    ub    setrgbcolor} bind def %% PI_ColorFromMap\n\
    6871/C%-2d  {0.0   0.0   0.0   setrgbcolor} bind def %% PI_Black\n\
    69 /C%-2d  {0.996 0.996 0.996 setrgbcolor} bind def %% PI_White\n\
     72/C%-2d  {1.000 1.000 1.000 setrgbcolor} bind def %% PI_White\n\
    7073/C%-2d  {0.824 0.824 0.824 setrgbcolor} bind def %% PI_Grey\n\
    71 /C%-2d  {0.996 0.0   0.0   setrgbcolor} bind def %% PI_Red\n\
    72 /C%-2d  {0.0   0.0   0.996 setrgbcolor} bind def %% PI_Blue\n\
    73 /C%-2d  {0.0   0.996 0.0   setrgbcolor} bind def %% PI_Green\n\
    74 /C%-2d  {0.996 0.996 0.0   setrgbcolor} bind def %% PI_Yellow\n\
    75 /C%-2d  {0.996 0.0   0.996 setrgbcolor} bind def %% PI_Magenta\n\
     74/C%-2d  {1.000 0.0   0.0   setrgbcolor} bind def %% PI_Red\n\
     75/C%-2d  {0.0   0.0   1.000 setrgbcolor} bind def %% PI_Blue\n\
     76/C%-2d  {0.0   1.000 0.0   setrgbcolor} bind def %% PI_Green\n\
     77/C%-2d  {1.000 1.000 0.0   setrgbcolor} bind def %% PI_Yellow\n\
     78/C%-2d  {1.000 0.0   1.000 setrgbcolor} bind def %% PI_Magenta\n\
    7679/C%-2d  {}                              bind def %% PI_NotDefColor\n\
    77 /C%-2d  {0.0   0.996 0.996 setrgbcolor} bind def %% PI_Cyan\n\
     80/C%-2d  {0.0   1.000 1.000 setrgbcolor} bind def %% PI_Cyan\n\
    7881/C%-2d  {0.250 0.875 0.813 setrgbcolor} bind def %% PI_Turquoise\n\
    7982/C%-2d  {0.0   0.0   0.500 setrgbcolor} bind def %% PI_NavyBlue\n\
    80 /C%-2d  {0.996 0.644 0.0   setrgbcolor} bind def %% PI_Orange\n\
     83/C%-2d  {1.000 0.644 0.0   setrgbcolor} bind def %% PI_Orange\n\
    8184/C%-2d  {0.625 0.320 0.176 setrgbcolor} bind def %% PI_SiennaRed\n\
    8285/C%-2d  {0.625 0.125 0.937 setrgbcolor} bind def %% PI_Purple\n\
    8386/C%-2d  {0.195 0.800 0.195 setrgbcolor} bind def %% PI_LimeGreen\n\
    84 /C%-2d  {0.996 0.840 0.0   setrgbcolor} bind def %% PI_Gold\n\
     87/C%-2d  {1.000 0.840 0.0   setrgbcolor} bind def %% PI_Gold\n\
    8588/C%-2d  {0.933 0.510 0.933 setrgbcolor} bind def %% PI_Violet\n\
    8689/C%-2d  {0.816 0.125 0.565 setrgbcolor} bind def %% PI_VioletRed\n\
    8790/C%-2d  {0.541 0.167 0.886 setrgbcolor} bind def %% PI_BlueViolet\n\
    8891/C%-2d  {0.580 0.000 0.827 setrgbcolor} bind def %% PI_DarkViolet\n\
     92/C%-2d  {0.530 0.805 0.920 setrgbcolor} bind def %% PI_SkyBlue\n\
     93/C%-2d  {0.255 0.410 0.880 setrgbcolor} bind def %% PI_RoyalBlue\n\
     94/C%-2d  {0.135 0.545 0.135 setrgbcolor} bind def %% PI_ForestGreen\n\
     95/C%-2d  {1.000 0.270 0.000 setrgbcolor} bind def %% PI_OrangeRed\n\
     96/C%-2d  {0.647 0.165 0.165 setrgbcolor} bind def %% PI_Brown\n\
     97/C%-2d  {0.600 0.750 1.000 setrgbcolor} bind def %% PI_HighlightBlue\n\
    8998/F%-2d  {/Courier   findfont} bind def           %% PI_RomanFont\n\
    9099/F%-2d  {/Courier-Bold    findfont} bind def     %% PI_BoldFont\n\
Note: See TracChangeset for help on using the changeset viewer.