MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferConvert( const GFX_PixelBuffer* const source, const GFX_ColorMode result_mode, GFX_MemoryIntf* mem_intf, GFX_PixelBuffer* result );
Parameters |
Description |
const GFX_PixelBuffer* const source |
the source buffer |
const GFX_ColorMode result_mode |
the desired color mode |
GFX_MemoryIntf* |
the memory interface to use for memory operations |
GFX_PixelBuffer* |
the resultant pixel buffer |
GFX_Result
MPLAB® Harmony Graphics Suite
|