FastLED 3.9.15
Loading...
Searching...
No Matches
crgb.h File Reference

Detailed Description

Legacy header.

Prefer to use fl/rgb8.h instead. Provides backward compatibility by aliasing fl::CRGB as CRGB

Definition in file crgb.h.

#include "fl/gfx/crgb.h"
#include "chsv.h"
#include "platforms/is_platform.h"
#include "hsv2rgb.h"
+ Include dependency graph for crgb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FASTLED_HD_COLOR_MIXING   1
 

Typedefs

using CRGB = fl::CRGB
 

Functions

FASTLED_FORCE_INLINE void hsv2rgb_dispatch (const CHSV &hsv, CRGB &rgb)
 
FASTLED_FORCE_INLINE void hsv2rgb_dispatch (const CHSV *phsv, CRGB *prgb, int numLeds)
 HSV conversion function selection based on compile-time defines This allows users to configure which HSV conversion algorithm to use by setting one of the following defines: