MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferAreaFill_Unsafe Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferAreaFill_Unsafe Function
C
LIB_EXPORT GFX_Result GFX_PixelBufferAreaFill_Unsafe(
    const GFX_PixelBuffer* const buffer, 
    const GFX_Rect* const rect, 
    const GFX_Color color
);
Parameters
Parameters 
Description 
const GFX_PixelBuffer* const buffer 
the buffer to manipulate 
const GFX_Rect* const rect 
the rectangle of the buffer to fill 
const GFX_Color color 
the color to use for the fill operation 
Returns

GFX_Result

MPLAB® Harmony Graphics Suite