DOCS/options: osd-shadow is ignored with osd-back-color

The back color overrides the shadow, not the border.
This commit is contained in:
Guido Cella 2023-11-12 16:17:34 +01:00 committed by Dudemanguy
parent 0286e7f206
commit 2ba75a0ffc
1 changed files with 5 additions and 6 deletions

View File

@ -4270,12 +4270,6 @@ OSD
``--osd-border-color=<color>``
See ``--sub-color``. Color used for the OSD font border.
.. note::
ignored when ``--osd-back-color`` is
specified (or more exactly: when that option is not set to completely
transparent).
``--osd-border-size=<size>``
Size of the OSD font border in scaled pixels (see ``--sub-font-size``
for details). A value of 0 disables borders.
@ -4335,6 +4329,11 @@ OSD
``--osd-shadow-color=<color>``
See ``--sub-color``. Color used for OSD shadow.
.. note::
ignored when ``--osd-back-color`` is specified (or more exactly: when
that option is not set to completely transparent).
``--osd-shadow-offset=<size>``
Displacement of the OSD shadow in scaled pixels (see
``--sub-font-size`` for details). A value of 0 disables shadows.