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 174 of file colorpalettes.cpp.hpp.

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