MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferConvert Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferConvert Function
C
LIB_EXPORT GFX_Result GFX_PixelBufferConvert(
    const GFX_PixelBuffer* const source, 
    const GFX_ColorMode result_mode, 
    GFX_MemoryIntf* mem_intf, 
    GFX_PixelBuffer* result
);
Parameters
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 
Returns

GFX_Result

MPLAB® Harmony Graphics Suite