MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferSet Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferSet Function
C
LIB_EXPORT GFX_Result GFX_PixelBufferSet(
    const GFX_PixelBuffer* const buffer, 
    const GFX_Point* const pnt, 
    GFX_Color color
);
Parameters
Parameters 
Description 
const GFX_PixelBuffer* const buffer 
the buffer to operate on 
const GFX_Point* const 
the location of the pixel to set 
GFX_Color 
the color to set the pixel to. must be the same format as the buffer 
Returns

GFX_Result

MPLAB® Harmony Graphics Suite