MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leResult lePixelBufferAreaFill_Unsafe( const lePixelBuffer* const buffer, uint32_t x, uint32_t y, uint32_t w, uint32_t h, leColor color );
Parameters |
Description |
const lePixelBuffer* const buffer |
the buffer to manipulate |
const leRect* const rect |
the rectangle of the buffer to fill |
const leColor color |
the color to use for the fill operation |
leResult
MPLAB® Harmony Graphics Suite
|