You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is any chance to make a setSpectrum to receive a single array param,
So we can make rainbow.setSpectrum('red','yellow','green');
into rainbow.setSpectrum(['red','yellow','green']);
The text was updated successfully, but these errors were encountered:
Is any chance to make a setSpectrum to receive a single array param,
So we can make
rainbow.setSpectrum('red','yellow','green');
into
rainbow.setSpectrum(['red','yellow','green']);
The text was updated successfully, but these errors were encountered: