|
FastLED 3.9.15
|
Legacy header.
Prefer to use fl/rgb8.h instead. Provides backward compatibility by aliasing fl::CRGB as CRGB
Definition in file crgb.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: | |