Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHue fixup: handle closed splines #94
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closed spline interpolation needs to duplicate values at either ends of the array to create seamless periodicity. However, the hue fixup methods (especially
fixupHueIncreasing,fixupHueDecreasing) may end up with mismatched ends.