FastLED 3.9.3
|
Stock color palettes, only included when used.
These palettes are all declared as PROGMEM
, meaning that they won't take up SRAM on AVR chips until used. Furthermore, the compiler won't even include these in your PROGMEM (flash) storage unless you specifically use each one, so you only "pay for" those you actually use.
Macros | |
#define | RainbowStripesColors_p RainbowStripeColors_p |
Alias of RainbowStripeColors_p. | |
Functions | |
DEFINE_GRADIENT_PALETTE (Rainbow_gp) | |
Rainbow gradient. | |
Variables | |
const TProgmemRGBPalette16 | CloudColors_p |
Cloudy color palette. | |
const TProgmemRGBPalette16 | LavaColors_p |
Lava color palette. | |
const TProgmemRGBPalette16 | OceanColors_p |
Ocean colors, blues and whites. | |
const TProgmemRGBPalette16 | ForestColors_p |
Forest colors, greens. | |
const TProgmemRGBPalette16 | RainbowColors_p |
HSV Rainbow. | |
const TProgmemRGBPalette16 | RainbowStripeColors_p |
HSV Rainbow colors with alternatating stripes of black. | |
const TProgmemRGBPalette16 | PartyColors_p |
HSV color ramp: blue, purple, pink, red, orange, yellow (and back). | |
const TProgmemRGBPalette16 | HeatColors_p |
Approximate "black body radiation" palette, akin to the FastLED HeatColor() function. | |
#define RainbowStripesColors_p RainbowStripeColors_p |
Alias of RainbowStripeColors_p.
Definition at line 137 of file colorpalettes.cpp.
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.
|
extern |
|
extern |
Forest colors, greens.
|
extern |
Approximate "black body radiation" palette, akin to the FastLED HeatColor() function.
It's recommended that you use values 0-240 rather than the usual 0-255, as the last 15 colors will be "wrapping around" from the hot end to the cold end, which looks wrong.
|
extern |
Lava color palette.
|
extern |
Ocean colors, blues and whites.
|
extern |
HSV color ramp: blue, purple, pink, red, orange, yellow (and back).
Basically, everything but the greens, which tend to make people's skin look unhealthy. This palette is good for lighting at a club or party, where it'll be shining on people.
|
extern |
HSV Rainbow.
|
extern |
HSV Rainbow colors with alternatating stripes of black.