FastLED 3.9.15
Loading...
Searching...
No Matches

◆ DEFINE_GRADIENT_PALETTE()

DEFINE_GRADIENT_PALETTE ( Rainbow_gp )

Rainbow gradient.

Provided for situations where you're going to use a number of other gradient palettes, AND you want a "standard" FastLED rainbow as well.

Definition at line 178 of file colorpalettes.cpp.

178 {
179 0, 255, 0, 0, // Red
180 32, 171, 85, 0, // Orange
181 64, 171, 171, 0, // Yellow
182 96, 0, 255, 0, // Green
183 128, 0, 171, 85, // Aqua
184 160, 0, 0, 255, // Blue
185 192, 85, 0, 171, // Purple
186 224, 171, 0, 85, // Pink
187 255, 255, 0, 0};// and back to Red