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.background - Fills the graphics display frame with user defined color.

Author

       Vaclav Petras, NCSU GeoForAll Lab

Description

d.background  will  fill  the  image  (or generally display monitor) with a single color specified by the
       color option.

Examples

       In  this  example,  the  streets_wake map from the North Carolina sample dataset is displayed with custom
       background color (specified using HTML hex color code) using cairo display monitor (creates  file  called
       map.png):
       g.region vector=streets_wake
       d.mon cairo
       d.background color=#ADEFD1
       d.vect map=streets_wake color=#00203F legend_label="Streets"
       d.legend.vect -b at=70,30 title="Wake County"

       Figure: Wake County street network with custom background color (North Carolina sample dataset)

Keywords

       display, graphics, background, fill, erase

Name

d.background  - Fills the graphics display frame with user defined color.

Notes

d.background is a frontend to d.erase and shares its limitations.  Namely, it does not work with  the  wx
       monitors such as d.mon wx0.

See Also

d.erase

Source Code

       Available at: d.background source code (history)

       Accessed: Friday Apr 04 01:21:10 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.background(1grass)

Synopsis

d.backgroundd.background--helpd.backgroundcolor=name  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:color=name[required]
           Background color
           Either a standard color name or R:G:B triplet

See Also