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:
parent
69469068a9
commit
7553b8dc1b
4 changed files with 395 additions and 88 deletions
|
|
@ -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" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue