Custom swatch object?
Hi. I could do with an object to provide instant access to a custom range of colours. Something a bit like [swatch], but with a limited custom range of colours rather than the full gamut. A single row of colours (as found in photoshop etc.) might be more doable/useful than the 2-dimensional array used by [swatch], but either could work. I have been mucking around with [colorpicker] which gives a lot of the functionality I need, but I want something that gives one-click access to the colours rather than opening up windows/dialogues etc. Any thoughts? Sounds like a javascript sort of thing maybe, but I don't really have the knowledge to build my own. Any help gratefully received!
Yeah, I've been wanting to create a jsui/v8ui alternative to swatch with better color space(s) for long. Will keep you updated if I end up doing it.
What I would like to achieve is to adapt the OKHSV picker from this page. Making a jweb-compatible version if it shouldn't be too hard, but a jsui/v8ui would require to start from scratch more or less.
row and 2D are both usabe, in opposite to circular (like the usual HSL stuff), which to my gut feeling does not make much sense.
using directly OKx instead of old world spaces for a custom patch makes a lot of sense.