If you specify the NOGSTYLE system option and you do
not define a color list with the COLORS= graphics option, then
SAS/GRAPH uses the color list
from the current device. This color list is found in the device entry
of the specified device. The color list might change if you select
a different device during a SAS session.
When
SAS/GRAPH assigns
colors from the current device's color list, this assignment uses
some of the colors that you can specify for a graph. The limit on
the number of colors that can be used in your output is set by the
current device. For example, the PNG device is a true color device
and can use up to 16 million different colors. However, the GIF device
is limited to 256 colors.
To view, create, or
modify a device's color list, use the GDEVICE procedure.
See GDEVICE Procedure.
To reset a color list
back to the default color list, for the current device driver, specify
the COLORS= option without specifying any colors.
goptions colors=;