vkottler / svgen

A tool for working with scalable vector graphics.
MIT License
7 stars 0 forks source link

Add support for colors #4

Closed vkottler closed 3 years ago

vkottler commented 3 years ago

We have established some color conventions with: https://github.com/vkottler/config

We should have Color and ColorTheme classes (and RGB), or something

vkottler commented 3 years ago

This is implemented now, we have rgb and hsl colors, can convert between the two, etc.