table of contents
- trixie 8.4.1-1
- testing 8.4.2-1
- unstable 8.4.2-1
- experimental 8.5.0~rc1-1~exp1
| r3.colors.out(1grass) | GRASS User's Manual | r3.colors.out(1grass) |
NAME¶
r3.colors.out - Exports the color table associated with a 3D raster map.
KEYWORDS¶
raster3d, color table, export
SYNOPSIS¶
r3.colors.out
r3.colors.out --help
r3.colors.out [-p] map=name
[rules=name] format=name
color_format=name [--overwrite] [--help]
[--verbose] [--quiet] [--ui]
Flags:¶
Parameters:¶
- map=name [required]
-
Name of 3D raster map - rules=name
-
Path to output rules file
If not given write to standard output - format=name [required]
-
Output format
Options: plain, json
Default: plain
plain: Plain text output
json: JSON (JavaScript Object Notation) - color_format=name [required]
-
Color format
Color format for output values.
Options: rgb, hex, hsv, triplet
Default: hex
rgb: output color in RGB format
hex: output color in HEX format
hsv: output color in HSV format (experimental)
triplet: output color in colon-separated RGB format
DESCRIPTION¶
r3.colors.out allows the user to export the color table for a 3D raste map to a file which is suitable as input to r3.colors.
EXAMPLES¶
r3.colors.out map=volume_1 rules=rules.txt r3.colors map=volume_2 rules=rules.txt r3.colors.out map=volume_1 rules=rules.json format=json
SEE ALSO¶
r.colors, r.colors.out, r3.colors v.colors, v.colors.out
AUTHOR¶
Glynn Clements
SOURCE CODE¶
Available at: r3.colors.out source code (history)
Accessed: Friday Apr 17 18:03:45 2026
Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2026 GRASS Development Team, GRASS 8.5.0RC1 Reference Manual
| GRASS 8.5.0RC1 |