MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Color GFX_PixelBufferGet( const GFX_PixelBuffer* const buffer, const GFX_Point* const pnt );
Parameters |
Description |
const GFX_PixelBuffer* |
the source buffer |
const GFX_Point* |
the point for which the offset should be calculated |
GFX_Color - the value of the pixel at the point in the source buffer
MPLAB® Harmony Graphics Suite
|