Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.