summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-11-12 16:17:34 +0100
committerDudemanguy <random342@airmail.cc>2023-11-12 17:16:13 +0000
commit2ba75a0ffc8a867219eaf4f1a7bb2eb60c7047b3 (patch)
tree93c0e159eab9f58d4d7f662f4e3fbdb993cffa36 /DOCS/man/options.rst
parent0286e7f2067d7e7d6b2528a49f9541b3fb852e4d (diff)
downloadmpv-2ba75a0ffc8a867219eaf4f1a7bb2eb60c7047b3.tar.bz2
mpv-2ba75a0ffc8a867219eaf4f1a7bb2eb60c7047b3.tar.xz
DOCS/options: osd-shadow is ignored with osd-back-color
The back color overrides the shadow, not the border.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2e09193dea..0b7f53d8e8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -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.