MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferAreaFill Function
MPLAB® Harmony Graphics Suite
lePixelBufferAreaFill Function
C
leResult lePixelBufferAreaFill(
    const lePixelBuffer* const buffer, 
    uint32_t x, 
    uint32_t y, 
    uint32_t w, 
    uint32_t h, 
    const leColor color
);
Parameters
Parameters 
Description 
const lePixelBuffer* const buffer 
the buffer to operate on 
uint32_t x 
the x coordinate of the rectangle to fill 
uint32_t y 
the y coordinate of the rectangle to fill 
uint32_t w 
the width of the rectangle area 
uint32_t h 
the height of the rectangle area const leColor color 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite