From 4978f388c2bae4f34ff2cf0eb6da231732e24f7b Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 17 Jul 2022 19:54:34 +0100 Subject: Base: Add some more fun gradient demos Adds tests for: - Multi-stop gradient at arbitrary angles (CPU brr) - Default/calculated color stops - to - Pre-multiplied alpha mixing --- Base/res/html/misc/gradients.html | 114 ++++++++++++++++++++++++++++++++++---- 1 file changed, 104 insertions(+), 10 deletions(-) (limited to 'Base/res/html') diff --git a/Base/res/html/misc/gradients.html b/Base/res/html/misc/gradients.html index e6a9806348..66cbe7dc3f 100644 --- a/Base/res/html/misc/gradients.html +++ b/Base/res/html/misc/gradients.html @@ -4,11 +4,19 @@ Gradients

Gradients!

+ Simple gradients:
+ Funky color hints:
+ Multiple color stops + arbitrary angles (click to spin!):
+
+ Default color stops:
+
+
+ Pre-multiplied alpha mixing test:
+
+ To corner:
+
+
+
+
-- cgit v1.2.3