Jakub Rak
Jakub Rak
control with arrows, mouse clicks
[overview](https://bottosson.github.io/posts/oklab/) [relevant java library](https://github.com/tommyettinger/colorful-gdx) It is probably worthwhile to make it a radio-based option to switch between color spaces at runtime, even if that destroys the color or has to...
annotations and regex
maybe make a new folder under 'options' show the stack sizes and manual buttons
consider adding a node that just displays a small texture preview in its window could be useful for working with layers and shaders
we need a better toggle video - it's a switch so something like a lightbulb should be very intuitive the current on/off background motion is not very intuitive
Colors would showcase the gradient a lot better We should also show the blend types!
A) "stops" already exists as a gradient sliderInt() saved in users jsons B) "ColorPoint" is the new main API class to set gradient defaults Let's choose one and stick to...
when setting 3 colors as defaults with ``` gui.gradient("path", gui.colorPoint(color(255,0,0), 0), gui.colorPoint(color(0,255,0), 0.5f), gui.colorPoint(color(0,0,255), 1) ); ``` adding a new color at runtime with the "stops" slider sets its position...
it seems to react in a normalized way instead where a small movement of the mouse in a wide gradient moves the triangle far away