DATA Step Graphics Interface Dictionary |
Operating States: | All |
Return Codes: | 0 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
CALL GASK('CBACK', cback, return-code-variable);
Description |
The GASK('CBACK', . . . ) routine returns the current background color. GASK('CBACK', . . . ) searches for the current background color in the following order:
the background color selected with the GSET('CBACK', . . . ) function
the default background color for the device found in the device entry. For more information about device entries, see The GDEVICE Procedure.
Argument Definitions |
cback | |
return-code-variable |
numeric variable name; returns the return code of the routine call. |
See Also |
CBACK= graphics option (see CBACK) | |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.