MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferGet Function
MPLAB® Harmony Graphics Suite
lePixelBufferGet Function
C
LIB_EXPORT leColor lePixelBufferGet(
    const lePixelBuffer* const buffer, 
    uint32_t x, 
    uint32_t y
);
Parameters
Parameters 
Description 
const lePixelBuffer* 
the source buffer 
const lePoint* 
the point for which the offset should be calculated 
Returns

leColor - the value of the pixel at the point in the source buffer

MPLAB® Harmony Graphics Suite