|
|
@@ -76,7 +76,7 @@ double hue = 0.0;
|
|
|
else
|
|
|
y = 1-pow(1-h,power)*fac;
|
|
|
|
|
|
- HSVtoRGB(y*360, 100, 55,r,g,b);
|
|
|
+ HSVtoRGB(y*360, 100, 35,r,g,b);
|
|
|
pixels[0].setPixelColor(i, pixels[0].Color(r,g,b)); // Moderately bright green color.
|
|
|
}
|
|
|
pixels[0].show(); // This sends the updated pixel color to the hardware.
|