Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devgru/color_math
Color math library I use for Arduino & WS2811.
https://github.com/devgru/color_math
Last synced: 4 days ago
JSON representation
Color math library I use for Arduino & WS2811.
- Host: GitHub
- URL: https://github.com/devgru/color_math
- Owner: devgru
- Created: 2013-02-21T17:36:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T17:40:03.000Z (over 11 years ago)
- Last Synced: 2024-04-09T21:36:05.563Z (7 months ago)
- Language: C
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
color_math
==========Color math library I use for Arduino & WS2811.
Contains RGB and HSV gradients and HSV to RGB conversion.
HSV is limited by full_hue, max_whiteness (aka max_saturation) and max_value.