Color picker
-
Is there a way to display a color picker with UI? Like the one built into pythonista? I know tkinter has one built in...
-
@JonB Why not improve upon the existing sample code?
-
folks seemed to want the color box style picker, rather than a triple slider approach.
Another option would be a webview with something like
http://antelle.github.io/small-color-picker/
-
Colourbox is where you want the choices constrained (eg "recents" or "not too many for you to confidently choose") whereas sliders is a good way of being precise.
I suspect most use cases want the former, but a few want the precision of the latter.
-
Or a tabbed view that delivers both.
-
Agreed @ccc
-
@JonB I was thinking of code that I had found a while ago as a normal color picker (one with box style) but it turned out to not be sample code and now forget where I found it!
-
@JonB can we use
objc_util
to get into Pythonista's color picker and present it elsewhere?
-
@Webmaster4o I remember the post was Editorial related
-
@lukaskollmer which post?
-
@Webmaster4o I can't find it right now. The class you're looking for is
OMColorPickerViewController