Skip to content

A couple of bug fixes...#7

Open
andyburke wants to merge 2 commits intocomponent:masterfrom
andyburke-forks:master
Open

A couple of bug fixes...#7
andyburke wants to merge 2 commits intocomponent:masterfrom
andyburke-forks:master

Conversation

@andyburke
Copy link

Better mouse handling.

Some of the mouse interactions with the controls felt strange. I made a couple of changes to handle the mouse leaving/entering that made it feel more like traditional controls.

Off-screen spectrum gradient avoids bad sampling of black/grey indicator bar.

I was seeing an issue (at least in chrome) where when dragging downward, the color value would not be correct, typically being too gray. I believe this was related to when/where the color sample is taken and the indicator bar colors. Instead of doing that, I moved the spectrum gradient to an off-screen buffer from which the color values are read. This should also make a bit of a memory vs. cpu tradeoff in that the render() method does not need to recreate the gradient each call.

andyburke and others added 2 commits November 6, 2013 23:27
Off-screen spectrum gradient avoids bad sampling of black/grey indicator bar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants