From 17994eb3eda9d2be9aad55dae41562ce13531d99 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 15 Aug 2019 15:51:34 -0400 Subject: add upstream 10.15 --- wx+/image_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/image_tools.h') diff --git a/wx+/image_tools.h b/wx+/image_tools.h index b1df41e6..2a0dd0d4 100644 --- a/wx+/image_tools.h +++ b/wx+/image_tools.h @@ -213,7 +213,7 @@ wxColor gradient(const wxColor& from, const wxColor& to, double fraction) inline wxColor hsvColor(double h, double s, double v) //h within [0, 360), s, v within [0, 1] { - //http://de.wikipedia.org/wiki/HSV-Farbraum + //https://de.wikipedia.org/wiki/HSV-Farbraum //make input values fit into bounds if (h > 360) -- cgit