1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours

This commit is contained in:
ed 2020-04-27 11:31:59 +01:00
parent 69469068a9
commit 7553b8dc1b
4 changed files with 395 additions and 88 deletions

View file

@ -35,6 +35,7 @@ namespace UnitTestCategories
static const String dsp { "DSP" };
static const String files { "Files" };
static const String function { "Function" };
static const String graphics { "Graphics" };
static const String gui { "GUI" };
static const String json { "JSON" };
static const String maths { "Maths" };