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: 6 days ago
JSON representation

Color math library I use for Arduino & WS2811.

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.