Previous Topic: PSPA$PIE_FONT_POINTNext Topic: PSPA$SKIP_DISK_FILTER


PSPA$PS_RGB_1 through PSPA$PS_RGB_6

These logical names allow the setting of the RGB color settings for the Performance Manager Color PostScript graphs. You can also use them to specify grey shades for black and white printers.

Each logical name pertains to one of the 6 colors that may appear. PSPA$PS_RGB_1 refers to the first color, appearing at the bottom of the graph, whose legend is located at the lower right of the display.

Specify a triplet of decimal values, separated by spaces, in the range of 0-1, where the first is for red, then green, and blue. A lower value produces a darker shade. For example the following settings establish the default colors for Performance Manager PostScript Graph Colors:

DEFINE PSPA$PS_RGB_1 ".22 1 .55"

Green

DEFINE PSPA$PS_RGB_2 ".77 .44 1 "

Magenta

DEFINE PSPA$PS_RGB_3 ".88 .77 .11"

Yellow

DEFINE PSPA$PS_RGB_4 ".33 .33 .22"

Brown

DEFINE PSPA$PS_RGB_5 "1 .22 0 "

Red, slightly Orange

DEFINE PSPA$PS_RGB_6 "0 0 1 "

Blue

If you want to specify grey shades, make the values for red, green and blue the same. For example:

DEFINE PSPA$PS_RGB_1 "0 0 0"

Black

DEFINE PSPA$PS_RGB_2 ".2 .2 .2"

 

DEFINE PSPA$PS_RGB_3 ".4 .4 .4"

 

DEFINE PSPA$PS_RGB_4 ".6 .6 .6"

 

DEFINE PSPA$PS_RGB_5 ".8 .8 .8"

 

DEFINE PSPA$PS_RGB_6 ".95 .95 .95"

near White