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

◆ readCRGB()

fl::size fl::FileHandle::readCRGB ( CRGB * dst,
fl::size n )
inline

Definition at line 81 of file file_system.h.

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

References fl::read().

+ Here is the call graph for this function: