-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi, just downloaded this project and found that this code
console.log(self.color.hue(),self.color.saturation(),self.color.brightness()); console.log(self.color.getHex(),self.color.getRGB());
yields this result in the console.
0 73 52.99999999999999
#000000 rgb(0, 0, 0)
And I'm struggling to find a way that this is my bug.
I've just got 3 sliders set up setting the H,S,B of the color.
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels