FastLED 3.9.15
Loading...
Searching...
No Matches

◆ readCRGB()

virtual fl::size fl::ByteStream::readCRGB ( CRGB * dst,
fl::size n )
inlinevirtual

Definition at line 24 of file bytestream.h.

24 {
25 return read((fl::u8 *)dst, n * 3) / 3;
26 }
unsigned char u8
Definition int.h:17
int read()
Definition io.cpp:148

References fl::read().

+ Here is the call graph for this function: