jildertviet / JFixLib

Library to control multiple light fixtures with the same codebase
0 stars 0 forks source link

Mixing colors w/ brightness curve #12

Closed jildertviet closed 7 months ago

jildertviet commented 7 months ago

When mixing colors the color read is .pow(2), while the compared color (toWrite) isn't.

Optional fix:

jildertviet commented 7 months ago

leds[] is now floatColor. Use ledsToWrite[] for actual CRGB acces.