https://github.com/devgru/color_math
Color math library I use for Arduino & WS2811.
https://github.com/devgru/color_math
Last synced: 6 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 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T17:40:03.000Z (over 13 years ago)
- Last Synced: 2025-03-02T09:32:33.580Z (over 1 year 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.