Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DvInqBackgroundColor(3D)

DvSetClearFlag(3D)

DvSetBackgroundColor(3D)  —  Kubota Pacfic 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.  If the clear flag is set, the parameter color specifies the background color that appears whenever view is cleared and 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

DvInqBackgroundColor(3D), DvSetClearFlag(3D)

September 02, 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026