You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone help me figure out how to generate ripple colors from a set array of color values? I've tried doing it but can't seem to figure out how the color wheel works.
Minor correction to your array declaration, we also would need some code to convert from these hex values to their int counterpart (not shown in my examples).
Can someone help me figure out how to generate ripple colors from a set array of color values? I've tried doing it but can't seem to figure out how the color wheel works.
I have something like this
char colorOptions[3] = {'#FFA233', '#DC0000', '#8F00AB'};
and just want each ripple to randomly choose a color from this array.
The text was updated successfully, but these errors were encountered: