HSL / RGB support
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Could this have a mode for accepting HSL and RGB values as separate fields? So the header would be
```
{
'x': '0',
'y': '0',
'h': '0',
's': '255',
'l': '255'
}
```
to set the top left most pixel to red.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.