MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Color GFX_PixelBufferGetIndex( const GFX_PixelBuffer* const buffer, const int32_t idx );
Parameters |
Description |
const GFX_PixelBuffer* const |
the input buffer |
const int32_t |
the index to retrieve |
GFX_Color - the resultant value that was retrieved
MPLAB® Harmony Graphics Suite
|