MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferGet Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferGet Function
C
LIB_EXPORT GFX_Color GFX_PixelBufferGet(
    const GFX_PixelBuffer* const buffer, 
    const GFX_Point* const pnt
);
Parameters
Parameters 
Description 
const GFX_PixelBuffer* 
the source buffer 
const GFX_Point* 
the point for which the offset should be calculated 
Returns

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

MPLAB® Harmony Graphics Suite