Function
Gimpadaptive_supersample_area
Declaration [src]
gulong
gimp_adaptive_supersample_area (
  gint x1,
  gint y1,
  gint x2,
  gint y2,
  gint max_depth,
  gdouble threshold,
  GimpRenderFunc render_func,
  gpointer render_data,
  GimpPutPixelFunc put_pixel_func,
  gpointer put_pixel_data,
  GimpProgressFunc progress_func,
  gpointer progress_data
)
Parameters
- x1
- 
            Type: gintLeft x coordinate of the area to process. 
- y1
- 
            Type: gintTop y coordinate of the area to process. 
- x2
- 
            Type: gintRight x coordinate of the area to process. 
- y2
- 
            Type: gintBottom y coordinate of the area to process. 
- max_depth
- 
            Type: gintMaximum depth of supersampling. 
- threshold
- 
            Type: gdoubleLower threshold of pixel difference that stops supersampling. 
- render_func
- 
            Type: GimpRenderFuncFunction calculate the color value at given coordinates. 
- render_data
- 
            Type: gpointerUser data passed to render_func.The argument can be NULL.The data is owned by the caller of the function. 
- put_pixel_func
- 
            Type: GimpPutPixelFuncFunction to a pixels to a color at given coordinates. 
- put_pixel_data
- 
            Type: gpointerUser data passed to put_pixel_func.The argument can be NULL.The data is owned by the caller of the function. 
- progress_func
- 
            Type: GimpProgressFuncFunction to report progress. 
- progress_data
- 
            Type: gpointerUser data passed to progress_func.The argument can be NULL.The data is owned by the caller of the function.