Chapter Contents

Previous

Next
FILCOLOR

FILCOLOR



Specifies the color index of the color used to draw fill areas

Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 85
Default Value: 1


Syntax
Description
Argument Definitions
See Also


Syntax

return-code-variable=GSET('FILCOLOR', color-index);


Description

The GSET('FILCOLOR', . . . ) function selects the color index of the color used to draw fill areas. The aspect source flag (ASF) of FILCOLOR must be set to 'INDIVIDUAL' for this attribute to be used outside of a fill bundle.

DSGI searches for a color to assign to the index in the following order:

  1. the color specified for the index in a GSET('COLREP', . . . ) function

  2. the nth color in the colors list of the COLORS= graphics option

  3. the nth color in the device's default colors list found in the device entry.


Argument Definitions

color-index numeric constant or numeric variable name; indicates the index of the color to be used. Valid values are 1 to 256, inclusive.

See Also

COLORS= graphics option (see COLORS)
GSET('ASF', . . . ) routine
GSET('COLREP', . . . ) function
GASK('FILCOLOR', . . . ) function
GSET('FILREP', . . . ) function


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.