aloisdg / Harmony

[WIP] Harmony is a .NET library to create color harmonies
Mozilla Public License 2.0
6 stars 0 forks source link

Split Harmony in two solutions (Harmony & Harmony.Core) #7

Open aloisdg opened 8 years ago

aloisdg commented 8 years ago

Dependency graph:

Harmony
- Splat (To use System.Drawing.Color cross plateform)
- ColorMINE (To use an HSL to RGB converter)
- Harmony.Core

Harmony.Core
- (should be dependencies free)
aloisdg commented 8 years ago

I fastly remove the need of ColorMine because I couldnt use it with a UAP/UWP app.The fix is still messy but its working. We will have to clean that.

I think we could import System.Drawing from Splat and remove it from the lib too. Also we could forget System.Drawing and only return a IRgb.

aloisdg commented 8 years ago

Licorne is ready to handle this!