summaryrefslogtreecommitdiff
path: root/man/specgram.1
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2021-10-20 21:58:13 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2021-10-20 21:58:13 +0300
commita568a2bbf457283717440ecf8711e87db7a4201e (patch)
treecf491c9d08b7355d241b0e79a5f3de9a2dc80eb3 /man/specgram.1
parentd445fd00976fa3ce7ce2eda4d18e9b489a78aa67 (diff)
Add 'hot' and 'inferno' colormaps.
Make 'inferno' default.
Diffstat (limited to 'man/specgram.1')
-rw-r--r--man/specgram.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/specgram.1 b/man/specgram.1
index 6e60aaa..0cbf166 100644
--- a/man/specgram.1
+++ b/man/specgram.1
@@ -1,4 +1,4 @@
-.TH SPECGRAM 1 "2021-07-16"
+.TH SPECGRAM 1 "2021-10-20"
.SH NAME
specgram \- create spectrograms from raw files or standard input
@@ -221,12 +221,12 @@ Integer inputs don't usually need prescaling, as they are normalized based on th
.TP
.BR \-c ", " \-\-colormap =\fICOLORMAP\fR
Color scheme.
-Valid values are: jet, gray, purple, blue, green, orange, red.
+Valid values are: jet, hot, inferno, gray, purple, blue, green, orange, red.
If \fICOLORMAP\fR is neither of these values, then it is interpreted either as a 6 character hex string (RGB color) or an 8 character hex string (RGBA color).
In this case, a gradient between the background color and the color specified by the hex string will be used as a color map.
-Default is jet.
+Default is inferno.
.TP
.BR \-\-bg-color =\fIBGCOLOR\fR