Home | All Classes | Grouped Classes | Index | Search
Convert pixel buffer to the pixel format of the target buffer, storing the result in the target buffer.
void convert( CL_PixelBuffer target); void convert( void* buffer, const CL_PixelFormat& format, int dest_pitch, const CL_Rect& dest_rect, const CL_Rect& src_rect=CL_Rect(0, 0, 0, 0));
Parameters:
See also:
CL_PixelBuffer | CL_PixelFormat | CL_Rect