diff options
Diffstat (limited to 'wx+/image_tools.h')
-rw-r--r-- | wx+/image_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |