3#define FASTLED_INTERNAL
10FASTLED_USING_NAMESPACE
130 0xFF0000, 0xD52A00, 0xAB5500, 0xAB7F00,
131 0xABAB00, 0x56D500, 0x00FF00, 0x00D52A,
132 0x00AB55, 0x0056AA, 0x0000FF, 0x2A00D5,
133 0x5500AB, 0x7F0081, 0xAB0055, 0xD5002B
137#define RainbowStripesColors_p RainbowStripeColors_p
142 0xFF0000, 0x000000, 0xAB5500, 0x000000,
143 0xABAB00, 0x000000, 0x00FF00, 0x000000,
144 0x00AB55, 0x000000, 0x0000FF, 0x000000,
145 0x5500AB, 0x000000, 0xAB0055, 0x000000
154 0x5500AB, 0x84007C, 0xB5004B, 0xE5001B,
155 0xE81700, 0xB84700, 0xAB7700, 0xABAB00,
156 0xAB5500, 0xDD2200, 0xF2000E, 0xC2003E,
157 0x8F0071, 0x5F00A1, 0x2F00D0, 0x0007F9
169 0x330000, 0x660000, 0x990000, 0xCC0000, 0xFF0000,
170 0xFF3300, 0xFF6600, 0xFF9900, 0xFFCC00, 0xFFFF00,
171 0xFFFF33, 0xFFFF66, 0xFFFF99, 0xFFFFCC, 0xFFFFFF
central include file for FastLED, defines the CFastLED class/object
Declarations for the predefined color palettes supplied by FastLED.
Utility functions for color fill, palettes, blending, and more.
#define DEFINE_GRADIENT_PALETTE(X)
Defines a static RGB palette very compactly using a series of connected color gradients.
uint32_t TProgmemRGBPalette16[16]
CRGBPalette16 entries stored in PROGMEM memory.
#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.