-
- Downloads
Add `next()` method to Interpolation enum
Toggling interpolation now simply becomes `interpolation.next()` instead of `NLINEAR.equals(interpolation) ? NEARESTNEIGHBOR : NLINEAR`.
Please register or sign in to comment
Toggling interpolation now simply becomes `interpolation.next()` instead of `NLINEAR.equals(interpolation) ? NEARESTNEIGHBOR : NLINEAR`.