summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-23 22:01:46 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-23 22:28:35 +0100
commitb2bbcede5e44e4c71d761ac28f3a5c1e653c3cb6 (patch)
tree367fdc96122b85724d3eb318e2614d3e698aeafa /doc
parent257a83b969157eb76c18158a4e503e908d8b1125 (diff)
avfilter/vf_colorchannelmixer: add option to preserve lightness
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d75a1f5a78..62734e06e5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8065,6 +8065,9 @@ Adjust contribution of input red, green, blue and alpha channels for output alph
Default is @code{1} for @var{aa}, and @code{0} for @var{ar}, @var{ag} and @var{ab}.
Allowed ranges for options are @code{[-2.0, 2.0]}.
+
+@item pl
+Preserve lightness when changing colors. Default is disabled.
@end table
@subsection Examples