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.
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.