MCPcopy Create free account
hub / github.com/FastLED/FastLED / getRawPixelData

Method getRawPixelData

src/pixel_controller.h:219–221  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

217 /// Used by encoders to access raw RGB values for HD processing
218 /// @returns pointer to the current pixel's RGB data (3 bytes)
219 const fl::u8* getRawPixelData() const {
220 return mData;
221 }
222
223
224// ============================================================================

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected