From ca4a245aecc4de0c314d700dc858f1e940707d85 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sat, 17 Jun 2023 13:05:55 -0700 Subject: [PATCH] docs(raw): Fix explanation of raw:Exposure config hint (#3889) Fixes #3888 Signed-off-by: Larry Gritz --- src/doc/builtinplugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/builtinplugins.rst b/src/doc/builtinplugins.rst index 963c5eefe4..52fd9df97a 100644 --- a/src/doc/builtinplugins.rst +++ b/src/doc/builtinplugins.rst @@ -1862,7 +1862,7 @@ options are supported: * - ``raw:Exposure`` - float - Amount of exposure before de-mosaicing, from 0.25 (2 stop darken) to - 8 (3 stop brighten). (Default: 0, meaning no correction.) + 8.0 (3 stop brighten). (Default: 1.0, meaning no correction.) * - ``raw:Demosaic`` - string - Force a demosaicing algorithm: ``linear``, ``VNG``, ``PPG``, ``AHD``