Oh, do you mean sliding the scale by moving up/down the mouse with left button held down (like drag & drop)? If yes, it could be done but a bit costly: all 3 scales (vertical gradual color boxes) must be recomputed every the main color is changed, you see? Each one shows the whole range of one of the h,s,l components for the present value of the other 2 components. So, if you slide one scale with the mouse, then as long as the button is held down and changes the color the program would constantly have to recompute all 3 scales. Or maybe, I could use a timer or counter to do it only every n ms or n frames... What do you think?Larsii30 wrote:Looks intresting.
One thing I would like to have was to just hold the left mouse button instead of click everytime to change the settings. ( slider ).
Also: is it worth it?
PS: What do you think of the present way to adjust colors (with click for gross setting and arrow keys for finer adjustment)? And, is the help text good enough?
PPS: Has anyone had a look at the code?
Denis