Previous Next Up Title Contents Index Functions Index Top Library

SET BACKGROUND COLOR INDEX

PXSET_BG_COLR_IND


CALL SEQUENCE

void pxset_bg_colr_ind (
)

EFFECT

Specify the background color index.

This function sets the background color index.

The color index is used to index into the color table on the specified workstation. If the specified color index is beyond the actual range supported by the workstation, color index 1 will be used.

The specified background color will take effect at the next regeneration (immediately, if the deferral mode is ASTI or ASAP). The normal way of changing the workstation background color is to change the color representation of color index 0 using Set Color Representation (routine pset_colr_rep). On some systems, this changes the color immediately, regardless of the display update state.

ERRORS

54
Ignoring function, the specified workstation is not open.
59
Ignoring function, the specified workstation is not of category OUTPUT or of category OUTIN.

SEE ALSO

Color table definition, see pset_colr_rep

Open workstation, see popen_ws

Inquire color table definition, see pinq_colr_rep


Previous Next Up Title Contents Index Functions Index Top Library