diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-10-14 12:04:19 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-14 12:16:30 +0200 |
commit | df0560329149009cd3b2fadce2448d70487c3f76 (patch) | |
tree | 9344722e285254c0bcc9728e00d6f2cf27091bf0 /doc/filters.texi | |
parent | 7d3a9bb54b506381b82cd7adc6b9856e4aed7296 (diff) | |
download | ffmpeg-df0560329149009cd3b2fadce2448d70487c3f76.tar.gz |
avfilter/vf_histogram: add colors_mode option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 543df2ef8d..20bb15962d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13499,6 +13499,20 @@ Set foreground opacity. Default is @code{0.7}. @item bgopacity Set background opacity. Default is @code{0.5}. + +@item colors_mode +Set colors mode. +It accepts the following values: +@table @samp +@item whiteonblack +@item blackonwhite +@item whiteongray +@item blackongray +@item coloronblack +@item coloronwhite +@item colorongray +@end table +Default is @code{whiteonblack}. @end table @subsection Examples |