MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferAreaFill_Unsafe( const GFX_PixelBuffer* const buffer, const GFX_Rect* const rect, const GFX_Color color );
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 |
GFX_Result
MPLAB® Harmony Graphics Suite
|