From b2bbcede5e44e4c71d761ac28f3a5c1e653c3cb6 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 23 Jan 2021 22:01:46 +0100 Subject: avfilter/vf_colorchannelmixer: add option to preserve lightness --- doc/filters.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3