Is there a function as easy to use as fill_color
that basically instead of filling the color fades to that color so it wont be so choppy when i use my webbased color pallette…
Is there a function as easy to use as fill_color
that basically instead of filling the color fades to that color so it wont be so choppy when i use my webbased color pallette…
Do you mean to fade up from black to a color? Nothing like that that I know of, you would need to roll your own function.
What do you mean by “choppy”? Post some example code to pastebin or gist and we can have a look.
Fade from current color to new color
Are you trying to change the color of an individual pixel over time or are you wanting to blend color A to B down a strip?
Check out the fill_gradient function.
http://fastled.io/docs/3.1/group___colorutils.html#ga3144bb2bb66aeed33e20f4fdd6cc1a98
Also:
https://plus.google.com/111581174269845574070/posts/i3kRjCLU8GK
And check out the blend function:
http://fastled.io/docs/3.1/group___colorutils.html#ga4f06b4423f71f77346aaf5dabe7dd05c
https://plus.google.com/112916219338292742137/posts/fgQ38kxJczw
https://plus.google.com/112392188627004225254/posts/bnpcSzUGqoQ
https://plus.google.com/112916219338292742137/posts/FvLgYPF52Ma
If you’re using CHSV(hue, saturation, value) you could also just manually increment hue around the color wheel to your new color.
The entire strip from color a to b…
I have it connected to my hue bridge so when changing color in hue app i want it to fade to new color so it is not so choppy