Color icon indicating copy to clipboard operation
Color copied to clipboard

abstract Color management class for JavaScript; discreet component manipulation; output formatting; conversions.

Results 1 Color issues
Sort by recently updated
recently updated
newest added

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...