FastLED 3.9.3
|
Definitions for the predefined color palettes supplied by FastLED.
Definition in file colorpalettes.cpp.
Go to the source code of this file.
Macros | |
#define | FASTLED_INTERNAL |
Disables pragma messages and warnings. | |
#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 FASTLED_INTERNAL |
Disables pragma messages and warnings.
Definition at line 3 of file colorpalettes.cpp.