summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-05-13 12:10:22 +0200
committerPaul B Mahol <onemda@gmail.com>2019-05-13 12:15:32 +0200
commitf1c9d6fe704c004b424d40d6d695beab8d6f9591 (patch)
tree7f31297c8e9034bb8c7d62f66b6fe09bb490fe17 /doc
parentdcc999819dda578a4d8e52c6d17bf55d0073783d (diff)
avfilter/vf_chromahold: implement blend option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cab400121c..d231387d59 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6449,6 +6449,11 @@ The color which will not be replaced with neutral chroma.
Similarity percentage with the above color.
0.01 matches only the exact key color, while 1.0 matches everything.
+@item blend
+Blend percentage.
+0.0 makes pixels either fully gray, or not gray at all.
+Higher values result in more preserved color.
+
@item yuv
Signals that the color passed is already in YUV instead of RGB.