FastLED 3.9.3
Loading...
Searching...
No Matches
colorpalettes.h
Go to the documentation of this file.
1#ifndef __INC_COLORPALETTES_H
2#define __INC_COLORPALETTES_H
3
4#include "FastLED.h"
5#include "colorutils.h"
6
9
10// Have Doxygen ignore these declarations
12
13// For historical reasons, TProgmemRGBPalette and others may be
14// defined in sketches. Therefore we treat these as special
15// and bind to the global namespace.
16extern const ::TProgmemRGBPalette16 CloudColors_p FL_PROGMEM;
17extern const ::TProgmemRGBPalette16 LavaColors_p FL_PROGMEM;
18extern const ::TProgmemRGBPalette16 OceanColors_p FL_PROGMEM;
19extern const ::TProgmemRGBPalette16 ForestColors_p FL_PROGMEM;
20
21extern const ::TProgmemRGBPalette16 RainbowColors_p FL_PROGMEM;
22
24#define RainbowStripesColors_p RainbowStripeColors_p
25extern const ::TProgmemRGBPalette16 RainbowStripeColors_p FL_PROGMEM;
26
27extern const ::TProgmemRGBPalette16 PartyColors_p FL_PROGMEM;
28
29extern const ::TProgmemRGBPalette16 HeatColors_p FL_PROGMEM;
30
31
32DECLARE_GRADIENT_PALETTE( Rainbow_gp);
33
35
36#endif
central include file for FastLED, defines the CFastLED class/object
Utility functions for color fill, palettes, blending, and more.
#define DECLARE_GRADIENT_PALETTE(X)
Forward-declaration macro for DEFINE_GRADIENT_PALETTE(X)
Definition colorutils.h:71
#define FL_PROGMEM
PROGMEM keyword for storage.
const TProgmemRGBPalette16 RainbowStripeColors_p
HSV Rainbow colors with alternatating stripes of black.
const TProgmemRGBPalette16 OceanColors_p
Ocean colors, blues and whites.
const TProgmemRGBPalette16 CloudColors_p
Cloudy color palette.
const TProgmemRGBPalette16 HeatColors_p
Approximate "black body radiation" palette, akin to the FastLED HeatColor() function.
const TProgmemRGBPalette16 ForestColors_p
Forest colors, greens.
const TProgmemRGBPalette16 LavaColors_p
Lava color palette.
const TProgmemRGBPalette16 PartyColors_p
HSV color ramp: blue, purple, pink, red, orange, yellow (and back).
const TProgmemRGBPalette16 RainbowColors_p
HSV Rainbow.