Last active
June 25, 2017 16:47
-
-
Save behreajj/ec5af74102b69e4e13925943e99faabe to your computer and use it in GitHub Desktop.
Color Gradients 2-3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boolean approximates(ColorStop c, float tolerance) { | |
return abs(percent - c.percent) < tolerance; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment