MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferAreaFill_Unsafe Function
MPLAB® Harmony Graphics Suite
lePixelBufferAreaFill_Unsafe Function
C
LIB_EXPORT leResult lePixelBufferAreaFill_Unsafe(
    const lePixelBuffer* const buffer, 
    uint32_t x, 
    uint32_t y, 
    uint32_t w, 
    uint32_t h, 
    leColor color
);
Parameters
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 
Returns

leResult

MPLAB® Harmony Graphics Suite