FastLED 3.9.15
Loading...
Searching...
No Matches
colorpalettes.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef __INC_COLORPALETTES_H
4#define __INC_COLORPALETTES_H
5
6#include "colorutils.h"
7#include "fastled_progmem.h"
8
11
12// Have Doxygen ignore these declarations
14
15// For historical reasons, TProgmemRGBPalette and others may be
16// defined in sketches. Therefore we treat these as special
17// and bind to the global namespace.
22
24
26#define RainbowStripesColors_p RainbowStripeColors_p
28
30
32
33
34DECLARE_GRADIENT_PALETTE( Rainbow_gp);
35
37
38#endif
#define DECLARE_GRADIENT_PALETTE(X)
fl::u32 TProgmemRGBPalette16[16]
CRGBPalette16 entries stored in PROGMEM memory.
#define FL_PROGMEM
PROGMEM keyword for storage.
Wrapper definitions to allow seamless use of PROGMEM in environments that have it.
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.