diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-23 22:01:46 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-23 22:28:35 +0100 |
commit | b2bbcede5e44e4c71d761ac28f3a5c1e653c3cb6 (patch) | |
tree | 367fdc96122b85724d3eb318e2614d3e698aeafa /doc/filters.texi | |
parent | 257a83b969157eb76c18158a4e503e908d8b1125 (diff) | |
download | ffmpeg-b2bbcede5e44e4c71d761ac28f3a5c1e653c3cb6.tar.gz |
avfilter/vf_colorchannelmixer: add option to preserve lightness
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
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 |