MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferGetIndex_Unsafe Function
MPLAB® Harmony Graphics Suite
lePixelBufferGetIndex_Unsafe Function
C
leColor lePixelBufferGetIndex_Unsafe(
    const lePixelBuffer* const buffer, 
    const uint32_t idx
);
Parameters
Parameters 
Description 
const lePixelBuffer* const 
the input buffer 
const int32_t 
the index to retrieve 
Returns

leColor - the resultant value that was retrieved

MPLAB® Harmony Graphics Suite