FastLED
3.9.15
Loading...
Searching...
No Matches
rgbw_pixel.h
Go to the documentation of this file.
1
#pragma once
2
9
10
#include "
fl/stl/stdint.h
"
11
12
namespace
fl
{
13
17
struct
RGBWPixel
{
18
u8
r
,
g
,
b
,
w
;
19
20
RGBWPixel
() :
r
(0),
g
(0),
b
(0),
w
(0) {}
21
RGBWPixel
(
u8
_r,
u8
_g,
u8
_b,
u8
_w) :
r
(_r),
g
(_g),
b
(_b),
w
(_w) {}
22
};
23
24
}
// namespace fl
fl::u8
unsigned char u8
Definition
stdint.h:131
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
stdint.h
fl::RGBWPixel::r
u8 r
Definition
rgbw_pixel.h:18
fl::RGBWPixel::g
u8 g
Definition
rgbw_pixel.h:18
fl::RGBWPixel::RGBWPixel
RGBWPixel(u8 _r, u8 _g, u8 _b, u8 _w)
Definition
rgbw_pixel.h:21
fl::RGBWPixel::w
u8 w
Definition
rgbw_pixel.h:18
fl::RGBWPixel::RGBWPixel
RGBWPixel()
Definition
rgbw_pixel.h:20
fl::RGBWPixel::b
u8 b
Definition
rgbw_pixel.h:18
fl
gfx
rgbw_pixel.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2