| Top |  |  |  |  | 
| GimpPixelFetcher * | gimp_pixel_fetcher_new () | 
| void | gimp_pixel_fetcher_set_edge_mode () | 
| void | gimp_pixel_fetcher_set_bg_color () | 
| void | gimp_pixel_fetcher_get_pixel () | 
| void | gimp_pixel_fetcher_put_pixel () | 
| void | gimp_pixel_fetcher_destroy () | 
GimpPixelFetcher * gimp_pixel_fetcher_new (GimpDrawable *drawable,gboolean shadow);
void gimp_pixel_fetcher_set_edge_mode (GimpPixelFetcher *pf,GimpPixelFetcherEdgeMode mode);
void gimp_pixel_fetcher_set_bg_color (GimpPixelFetcher *pf,const GimpRGB *color);
void gimp_pixel_fetcher_get_pixel (GimpPixelFetcher *pf,gint x,gint y,guchar *pixel);
void gimp_pixel_fetcher_put_pixel (GimpPixelFetcher *pf,gint x,gint y,const guchar *pixel);