MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leColor lePixelBufferGet( const lePixelBuffer* const buffer, uint32_t x, uint32_t y );
Parameters |
Description |
const lePixelBuffer* |
the source buffer |
const lePoint* |
the point for which the offset should be calculated |
leColor - the value of the pixel at the point in the source buffer
MPLAB® Harmony Graphics Suite
|