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::filebuf_ptr mHandle

References mHandle.