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
Hey, first of all, thank you for your script, it seems cool and useful.
The only thing is, I don't get it working.
I tried to .averageColor() a canvas, with an image in it, and the response is Object {r: 0, g: 0, b: 0}I tried to .averageColor() an image, and the response is Object {r: 0, g: 0, b: 0}
I tried with .averageColorAsString(), but same everywhere..
Could you tell me what is not working ?
The text was updated successfully, but these errors were encountered:
Bit of an old thread, but you might want to use a similar (but more advanced and actually working) plugin I've written: https://github.com/entozoon/averagecolor
Hey, first of all, thank you for your script, it seems cool and useful.
The only thing is, I don't get it working.
I tried to
.averageColor()
a canvas, with an image in it, and the response isObject {r: 0, g: 0, b: 0}
I tried to.averageColor()
an image, and the response isObject {r: 0, g: 0, b: 0}
I tried with
.averageColorAsString()
, but same everywhere..Could you tell me what is not working ?
The text was updated successfully, but these errors were encountered: