about summary refs log tree commit diff
path: root/libnetpbm_image.html
diff options
context:
space:
mode:
Diffstat (limited to 'libnetpbm_image.html')
-rw-r--r--libnetpbm_image.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetpbm_image.html b/libnetpbm_image.html
index 5aa9bb91..8023a940 100644
--- a/libnetpbm_image.html
+++ b/libnetpbm_image.html
@@ -752,8 +752,8 @@ intensity.
 where <i>r</i>, <i>g</i>, and <i>b</i> are floating point numbers from 0 to 1.
 Example: <span style="font-family: monospace">rgbi:1.0/0.5/.25</span>.
 
-<li><span style="font-family:monospace">rgb-<i>maxval</i>:<i>r</i>/<i>g</i>/<i>b</i></span>, where <i>r</i>, <i>g</i>, and <i>b</i> are integers from 0 to
-<i>maxval</i>.  Example: <span style="font-family: monospace">
+<li><span style="font-family:monospace">rgb-<i>maxval</i>:<i>r</i>/<i>g</i>/<i>b</i></span>, where <i>r</i>, <i>g</i>, and <i>b</i> are decimal integers
+from 0 to <i>maxval</i>.  Example: <span style="font-family: monospace">
 rgb-255:255/128/64</span>.  <i>maxval</i> can be from 1 to 65535.
 <p>
 This format was new in Netpbm 10.83 (June 2018).