Skip to content

Instantly share code, notes, and snippets.

@objectiveSee
Created August 8, 2014 17:03
Show Gist options
  • Save objectiveSee/75cd6ca731c53d440d0f to your computer and use it in GitHub Desktop.
Save objectiveSee/75cd6ca731c53d440d0f to your computer and use it in GitHub Desktop.
struct RadialParameters {
unsigned long period = 5000; // duration of single cycle, in milliseconds.
float thickness = 200;
RNGradient gradientInside = RNGradient(0, RNGradientCapped, 0x880000, 0x884400);
RNGradient gradientShell = RNGradient(0, RNGradientCapped, 0xFF0000, 0x0000FF);
RNGradient gradientOutside = RNGradient(0, RNGradientCapped, 0x000088, 0x003388);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment