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

Detailed Description

Raw 5-channel RGBWW pixel data structure for encoders.

Mirrors RGBWPixel; consumed by encoder adapters that produce 5-byte output for RGB + warm-white + cool-white strips. Kept separate from rgbww.h to avoid pulling EOrderWW / RGBWW_MODE into encoder TUs that only need the raw byte container.

Definition in file rgbww_pixel.h.

#include "fl/stl/stdint.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for rgbww_pixel.h:

Go to the source code of this file.

Classes

struct  fl::RGBWWPixel
 Simple 5-channel pixel struct: red, green, blue, warm-white, cool-white. More...
 

Namespaces

namespace  fl
 Base definition for an LED controller.