logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

d.erase - Erases the contents of the active graphics display frame with user defined color.

Author

       James Westervelt, U.S. Army Construction Engineering Research Laboratory

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.

Keywords

       display, graphics, monitors

Name

d.erase  - Erases the contents of the active graphics display frame with user defined color.

See Also

d.mon,d.redraw,d.rast,d.vect

Source Code

       Available at: d.erase source code (history)

       Accessed: Friday Apr 04 01:18:44 2025

       Main index | Display index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                      d.erase(1grass)

Synopsis

d.erased.erase--helpd.erase [-f]  [bgcolor=name]   [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-f
           Remove all frames and erase the screen

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:bgcolor=name
           Background color
           Either a standard color name or R:G:B triplet
           Default: white

See Also