Open TomYeoman opened 7 years ago
Replacing 'rgba' with 'levels' fixes this. I think there must have been an update to p5 changing the color object.
Yes, I think so, too. I've updated master to use the accessor functions since the internal representation appears to keep changing, but I'll need to test it before I deploy a new version to NPM.
Hi nice library you've created
I'm running into an issue where i'm able to run examples found in the 02_leds folder, but the 03_rgbleds is erroring in the client (Falling over in the p5bots.js file)
Client Code:
Errors:
The code appears like it's trying to read this.color.rgba which doesn't look like it's ever set (this.color only has a similar "levels" array but no rgba)