clear(3) — Unix Programmer’s Manual
NAME
clear - clear the viewport
SYNOPSIS
C
clear()
FORTRAN
subroutine clear
Pascal
procedure clear;
DESCRIPTION
The clear command sets the screen area within the current viewport to the current color using the current writemask and texture.
SEE ALSO
rect, rectf
Silicon Graphics — R1c