Previous Page
|
Next Page
CBACK
Specifies the background color
Operating state:
GKCL
Default:
1. CBACK= graphics option, if specified; 2. device's default background color.
Syntax
Details
Syntax
return-code-variable
=GSET('CBACK',
cback
);
Required Argument
cback
character string enclosed in quotation marks or character variable name; can contain any predefined SAS color name. See
SAS Color Names and RGB Values in the SAS Registry
for a list of predefined SAS color names.
Return Codes
This function returns:
0 or 1. See
Return Codes for DSGI Routines and Functions
.
Details
The GSET('CBACK', . . . ) function sets the background color. GSET('CBACK', . . . ) has the same effect as the CBACK= graphics option.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page