Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current manual page.
NAME
d.erase - Erase the contents of the active display frame with user defined color
KEYWORDS
display, setup
SYNOPSIS
d.erase
d.erase help
d.erase [-fx] [color=string] [--verbose] [--quiet]
Flags:
- -f
- Remove all frames and erase the screen
- -x
- Don't add to list of commands in monitor
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- color=string
- Color to erase with, either a standard GRASS color or R:G:B triplet (separated by colons)
- Default: white
DESCRIPTION
d.erase erases the contents of the active graphics frame, and replaces it with
the color black (by default) or by whatever color is specified by the user.
d.erase will not alter the assignment of the active frame.
SEE ALSO
d.mon
AUTHOR
James Westervelt, U.S. Army Construction Engineering
Research Laboratory
Last changed: $Date: 2011-11-08 02:23:26 -0800 (Tue, 08 Nov 2011) $
Main index - display index - Full index
© 2003-2014 GRASS Development Team