FastLED 3.9.3
Loading...
Searching...
No Matches
colorpalettes.cpp File Reference

Detailed Description

Definitions for the predefined color palettes supplied by FastLED.

Note
The documentation is in the source file instead of the header because it allows Doxygen to automatically inline the values that make up each palette.

Definition in file colorpalettes.cpp.

#include "FastLED.h"
#include "colorutils.h"
#include "colorpalettes.h"
#include "namespace.h"

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.
 

Macro Definition Documentation

◆ FASTLED_INTERNAL

#define FASTLED_INTERNAL

Disables pragma messages and warnings.

Definition at line 3 of file colorpalettes.cpp.