FastLED
3.9.15
Loading...
Searching...
No Matches
◆
readPixel()
bool fl::video::PixelStream::readPixel
(
CRGB
*
dst
)
Definition at line
95
of file
pixel_stream.cpp.hpp
.
95
{
96
return
mHandle
->read(&dst->r, 1) &&
mHandle
->read(&dst->g, 1) &&
97
mHandle
->read(&dst->b, 1);
98
}
fl::video::PixelStream::mHandle
fl::filebuf_ptr mHandle
Definition
pixel_stream.h:65
References
mHandle
.
fl
video
PixelStream
Generated on Tue Jun 16 2026 00:07:12 for FastLED by
1.13.2