skykistler / smudgr

smudge the pixels
http://smudgr.io
3 stars 0 forks source link

Selective Hue Rotate #56

Closed ericvoorhis closed 8 years ago

ericvoorhis commented 8 years ago

SelectiveHueRotate branch

Given a function like luma or hue that maps onto the range from 0 to 1, the SelectiveHueRotate algorithm rotates the hue all pixels whose values(hue or luma for example) are in the sub-range from start to (start + length).

This is more of a selector, but that idea has to be developed.

skykistler commented 8 years ago

With range selector implemented, can we close this issue this weekend?

ericvoorhis commented 8 years ago

Yes we can

ericvoorhis commented 8 years ago

Unnecessary because of RangeSelect & ColorModifier