Ok, might be a stupid question but i am having some difficulty copying some

Ok, might be a stupid question but i am having some difficulty copying some sketches to my 16x16 matrix. I am running FASTLED 3.1 on my Uno, and whenever a sketch has a “BLEND” it tells me that it is not declared in this scope. It seems to be accepting the “NOBLEND” though. any ideas?

Switch BLEND to LINEARBLEND.
That work?

Yes it did. What was “BLEND” a older function that was replaced with “LINEARBLEND?”

BLEND had a conflict with the Red Bear board called “Blend”, and we’re also going to (eventually) offer other blend types i.e. QUADRATICBLEND.

So we changed BLEND to LINEARBLEND.