Skip to content

Instantly share code, notes, and snippets.

@behreajj
Last active June 25, 2017 16:47
Show Gist options
  • Save behreajj/ec5af74102b69e4e13925943e99faabe to your computer and use it in GitHub Desktop.
Save behreajj/ec5af74102b69e4e13925943e99faabe to your computer and use it in GitHub Desktop.
Color Gradients 2-3
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