FastLED
3.9.15
Loading...
Searching...
No Matches
◆
loadAndScaleRGB()
template<typename PixelControllerT>
static void
fl::PixelControllerVtable
< PixelControllerT >::loadAndScaleRGB
(
void *
pixel_controller
,
uint8_t *
r_out
,
uint8_t *
g_out
,
uint8_t *
b_out
)
inline
static
Definition at line
31
of file
pixel_iterator.h
.
31
{
32
PixelControllerT
*
pc
=
static_cast<
PixelControllerT
*
>
(
pixel_controller
);
33
pc
->
loadAndScaleRGB
(
r_out
,
g_out
,
b_out
);
34
}
fl::PixelControllerVtable::loadAndScaleRGB
static void loadAndScaleRGB(void *pixel_controller, uint8_t *r_out, uint8_t *g_out, uint8_t *b_out)
Definition
pixel_iterator.h:31
fl::PixelControllerVtable
Definition
pixel_iterator.h:25
fl
PixelControllerVtable
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2