From 2a9128efe3237d75963b81e908c5f54d01295c32 Mon Sep 17 00:00:00 2001 From: MacDue Date: Sat, 1 Oct 2022 22:46:38 +0100 Subject: [PATCH] Base: Add example backdrop-filter using hue-rotate() --- Base/res/html/misc/backdrop-filter.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Base/res/html/misc/backdrop-filter.html b/Base/res/html/misc/backdrop-filter.html index f8ef00eea5..cc38b45310 100644 --- a/Base/res/html/misc/backdrop-filter.html +++ b/Base/res/html/misc/backdrop-filter.html @@ -68,6 +68,10 @@ .mixed { backdrop-filter: grayscale(50%) invert(70%); } + + .hue-rotate { + backdrop-filter: hue-rotate(60deg); + } @@ -103,6 +107,10 @@
+
+
+
+