Skip to content

d.colorlist

Outputs a list of all available display colors.

d.colorlist [separator=character] [--verbose] [--quiet] [--qq] [--ui]

Example:

d.colorlist

grass.script.run_command("d.colorlist", separator="comma", verbose=False, quiet=False, superquiet=False)

Example:

gs.run_command("d.colorlist")

Parameters

separator=character
    Field separator
    Special characters: pipe, comma, space, tab, newline
    Default: comma
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

separator : str, optional
    Field separator
    Special characters: pipe, comma, space, tab, newline
    Used as: input, separator, character
    Default: comma
verbose: bool, optional
    Verbose module output
    Default: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

DESCRIPTION

d.colorlist report the available color names. The list contains all available display colors with a configurable separator (default is comma).

SEE ALSO

r.colors

AUTHOR

Andreas Lange

SOURCE CODE

Available at: d.colorlist source code (history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f