summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-19 17:55:02 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-19 18:03:07 +0200
commit0d8b6a15ddcaded970c7b8545573a4ed1fde8e21 (patch)
tree65df1ece1c13fc50b16acb028984a008ec6d085c /doc
parentca906e81909d0eee25ce745e162aa0f6ea6eb8e8 (diff)
avfilter/vf_histogram: make foreground and background opacity configurable
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8ae9c42034..e9b8c93529 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8555,6 +8555,12 @@ Default is @code{linear}.
@item components
Set what color components to display.
Default is @code{7}.
+
+@item fgopacity
+Set foreground opacity. Default is @code{0.7}.
+
+@item bgopacity
+Set background opacity. Default is @code{0.5}.
@end table
@subsection Examples