https://github.com/limzykenneth/color-picker
Simple color picker with hex code support.
https://github.com/limzykenneth/color-picker
Last synced: about 2 months ago
JSON representation
Simple color picker with hex code support.
- Host: GitHub
- URL: https://github.com/limzykenneth/color-picker
- Owner: limzykenneth
- License: mit
- Created: 2016-09-19T10:35:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T11:04:01.000Z (about 9 years ago)
- Last Synced: 2025-03-18T20:47:45.343Z (over 1 year ago)
- Language: Makefile
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Color picker with Hex Code
### Note: only tested on Mac OS X 10.11, only expected to work on Macs that can compile OF 0.9
## Requirements
- [openframeworks 0.9 for Mac](http://openframeworks.cc)
- [ofxScreenGrab](https://github.com/genekogan/ofxScreenGrab)
- [ofxTextInputfield](https://github.com/Flightphase/ofxTextInputField)
## Known issue
- Will crash when move to another desktop with Mission Control
- Although text are highlightable, they are not really useable now (fixing)
More features will be added overtime since I actually want to use it.
## Why?
The default "Digital Color Meter" on Macs are useful but not sufficient especially if you are a web developer like me...because it doesn't have **HEX CODE** of the color! I searched on the Mac App Store and sure there are several solutions but they are either paid apps or just not good enough. I thought, I just need something that will read pixel colors off the screen and output it in hex code, shouldn't be that hard is it? Turns out, quite easy, well I saved some money!