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)
| 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 | // ============================================================================ |
no outgoing calls
no test coverage detected