Prism 6.0 User's Guide

Resources

You can customize the X Window System resources that Prism (and other X applications) uses.

The file must be in ASCII format. Each line of the file must contain three integers between 0 and 255 that specify the red, green, and blue components of a color.

The first line of the visualizer color file contains the color that is to be displayed for values that fall below the minimum you specify in creating the visualizer. The next-to-last line contains the color for values that exceed the maximum. The last line contains the color used to display the values of elements that are not in the context specified by the user in a where statement. Prism uses the colors in between to display the values falling between the minimum and the maximum. See Table 10-1 for an example.

Table 10-1 Sample Visualizer Colors

Red 

Green 

Blue 

255 

255 

255 

255 

255 

255 

255 

255 

255 

255 

255 

255 

100 

100 

100 

Like the default settings, this file specifies black for values below the minimum, white for values above the maximum, and gray for values outside the context. But the file reverses the default spectral map for other values: from lowest to highest, values are mapped red-yellow-green-cyan-blue-magenta.