I'm trying to use the Fill_Gradient command but I keep getting an error.

I’m trying to use the Fill_Gradient command but I keep getting an error. I think it has to do with how I set up the led array, but again, I can’t figure it out. I want it to fill gradient across the parts of the entire LED strip which I’ve delineated. Any help would be appreciated. Here’s a pic of the error and a link to the code (which is still a mess…)

Thanks,
TIM

https://pastebin.com/8jeKFQiq

Looks like “fill_gradient” isn’t defined for CRGBArray.

My C++ template-foo isn’t good enough to say anything beyond that.

Oh looks like there’s an issue already open for this: https://github.com/FastLED/FastLED/issues/370