What's new in app.color.io
Learn what's new in the latest version of Color.io. Share your ideas and report any issues here.
Changelog
Learn what's new in the latest version of Color.io. Share your ideas and report any issues here.
Feedback
Learn what's new in the latest version of Color.io. Share your ideas and report any issues here.
Double clicking on any control should already reset its value. Double click on the point you'd normally drag and it snaps back to the origin. This has been built in from the beginning.
Value display is coming! :)
Also I should mention that the next version of color.io is a complete rewrite and many things will work differently. The module resetting is one of them. So you will also be able to reset an entire curve (not the entire panel!) if that's what you were referring to :)
@monokee I think I found a problema with using Wacom tablet, because If I double click on trackpad (MacBook) this works as expected BUT not with Wacom tablet with which this works perfectly in Lightroom. Also curiously for zooming one can double click on image which works with trackpad AND Wacom tablet as expected. Will investigate further if it's something other than user error and is helpful for others I'll further comment = thanx
@gfc interesting find. I think most controls use the systems native ‚click‘ event to detect double clicks but the double click on the viewport uses some custom logic for detecting clicks that I implemented by hand. I might be able to port this to the controls but it would be a lot of work that’s not a priority right now. There might be ways to configure the tablet to dispatch regular click events?!