Method
GeglNodeblit_buffer
Declaration [src]
void
gegl_node_blit_buffer (
  GeglNode* node,
  GeglBuffer* buffer,
  const GeglRectangle* roi,
  int level,
  GeglAbyssPolicy abyss_policy
)
Parameters
- buffer
- 
            Type: GeglBufferThe GeglBufferto render to.The argument can be NULL.The data is owned by the caller of the method. 
- roi
- 
            Type: GeglRectangleThe rectangle to render. The argument can be NULL.The data is owned by the caller of the method. 
- level
- 
            Type: intMipmap level to render (0 for all). 
- abyss_policy
- 
            Type: GeglAbyssPolicyNo description available.