CHSV gsHSV(0,255,255); // grad start color in HSV format CHSV geHSV(128,255,255); // grad end color in HSV format CRGB gsRGB(255,0,0); // grad start color in RGB format CRGB geRGB(0,255,0); // grad ...
// Next palette has been triggered. Pick a new random palette in gPal and fill strip. gIndex = random8(ARRAY_SIZE(gPal)); //gIndex + 1; // go to next palette ...