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

◆ getRawPixelData()

template<EOrder RGB_ORDER, int LANES = 1, fl::u32 MASK = 0xFFFFFFFF>
const fl::u8 * PixelController< RGB_ORDER, LANES, MASK >::getRawPixelData ( ) const
inline

Get read-only access to the current pixel data Used by encoders to access raw RGB values for HD processing.

Returns
pointer to the current pixel's RGB data (3 bytes)

Definition at line 219 of file pixel_controller.h.

219 {
220 return mData;
221 }
const fl::u8 * mData
pointer to the underlying LED data

References mData.

Referenced by APA102Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED, GAMMA_CORRECTION_MODE, START_FRAME, END_FRAME >::showPixelsGammaBitShift().

+ Here is the caller graph for this function: