DvSetBackgroundColor(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DvSetBackgroundColor − Set the background color of a view
SYNOPSIS
C:
void DvSetBackgroundColor(view, colormodel, color)
DtObject view ;
DtColorModel colormodel;
DtReal color[];
Fortran:
CALL DVSBC(VIEW, COLMOD, COLOR)
INTEGER∗4 VIEW
INTEGER∗4 COLMOD
REAL∗8 COLOR(∗)
DESCRIPTION
DvSetBackgroundColor sets the background color of the view, view. The parameter colormodel specifies the color model used. The parameter color specifies the color to which a view is cleared if the clear flag is set for the view, view, and the view is updated.
ERRORS
DvSetBackgroundColor will fail if the view handle is invalid.
[WARNING - invalid view handle]
DEFAULTS
The default background color is (DcRGB, 0.0, 0.0, 0.0).
SEE ALSO
September 29, 2021