thomaslindstrom / color-picker

A color picker for the Atom Editor. Right click a color and select color picker to open it.
MIT License
248 stars 50 forks source link

Unix style HEX (0x000000) #147

Open partridgems opened 8 years ago

partridgems commented 8 years ago

This is strictly a feature request. Some graphics libraries (THREE.js for example) use the old Unix style 0x prefix for HEX colors instead of the CSS style # prefix. It would be great if color-picker would recognize and offer colors in that format as well. If I get some time, I'll teach myself a little coffee and try to tackle this myself, but it won't be soon.

thomaslindstrom commented 8 years ago

I've seen more people ask for this, so it's definitely going to be in soon. I'm considering making the 3rd, 4th and 5th color formats editable in the options, where you'd be able to select the formats you would want instead of the supplied ones.

Tolmark12 commented 8 years ago

This would be great :+1:

brainscript commented 7 years ago

+1, this would be super useful for Three.js development. :cat:

juschu commented 7 years ago

This also would be useful in openFrameworks.