Changeset 2394 in Sophya for trunk/SophyaPI/PI/psfile.cc
- Timestamp:
- May 30, 2003, 5:55:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/psfile.cc
r2258 r2394 54 54 PI_Cyan, PI_Turquoise, PI_NavyBlue,\ 55 55 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, \ 57 60 \ 58 61 PI_RomanFont, PI_BoldFont, PI_ItalicFont, PI_NotDefFontAtt,\ … … 67 70 /C%-2d {ur ug ub setrgbcolor} bind def %% PI_ColorFromMap\n\ 68 71 /C%-2d {0.0 0.0 0.0 setrgbcolor} bind def %% PI_Black\n\ 69 /C%-2d { 0.996 0.996 0.996setrgbcolor} bind def %% PI_White\n\72 /C%-2d {1.000 1.000 1.000 setrgbcolor} bind def %% PI_White\n\ 70 73 /C%-2d {0.824 0.824 0.824 setrgbcolor} bind def %% PI_Grey\n\ 71 /C%-2d { 0.9960.0 0.0 setrgbcolor} bind def %% PI_Red\n\72 /C%-2d {0.0 0.0 0.996setrgbcolor} bind def %% PI_Blue\n\73 /C%-2d {0.0 0.9960.0 setrgbcolor} bind def %% PI_Green\n\74 /C%-2d { 0.996 0.9960.0 setrgbcolor} bind def %% PI_Yellow\n\75 /C%-2d { 0.996 0.0 0.996setrgbcolor} 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\ 76 79 /C%-2d {} bind def %% PI_NotDefColor\n\ 77 /C%-2d {0.0 0.996 0.996setrgbcolor} bind def %% PI_Cyan\n\80 /C%-2d {0.0 1.000 1.000 setrgbcolor} bind def %% PI_Cyan\n\ 78 81 /C%-2d {0.250 0.875 0.813 setrgbcolor} bind def %% PI_Turquoise\n\ 79 82 /C%-2d {0.0 0.0 0.500 setrgbcolor} bind def %% PI_NavyBlue\n\ 80 /C%-2d { 0.9960.644 0.0 setrgbcolor} bind def %% PI_Orange\n\83 /C%-2d {1.000 0.644 0.0 setrgbcolor} bind def %% PI_Orange\n\ 81 84 /C%-2d {0.625 0.320 0.176 setrgbcolor} bind def %% PI_SiennaRed\n\ 82 85 /C%-2d {0.625 0.125 0.937 setrgbcolor} bind def %% PI_Purple\n\ 83 86 /C%-2d {0.195 0.800 0.195 setrgbcolor} bind def %% PI_LimeGreen\n\ 84 /C%-2d { 0.9960.840 0.0 setrgbcolor} bind def %% PI_Gold\n\87 /C%-2d {1.000 0.840 0.0 setrgbcolor} bind def %% PI_Gold\n\ 85 88 /C%-2d {0.933 0.510 0.933 setrgbcolor} bind def %% PI_Violet\n\ 86 89 /C%-2d {0.816 0.125 0.565 setrgbcolor} bind def %% PI_VioletRed\n\ 87 90 /C%-2d {0.541 0.167 0.886 setrgbcolor} bind def %% PI_BlueViolet\n\ 88 91 /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\ 89 98 /F%-2d {/Courier findfont} bind def %% PI_RomanFont\n\ 90 99 /F%-2d {/Courier-Bold findfont} bind def %% PI_BoldFont\n\
Note:
See TracChangeset
for help on using the changeset viewer.