| Top |
Functions
| 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 () |
Functions
gimp_pixel_fetcher_new ()
GimpPixelFetcher * gimp_pixel_fetcher_new (GimpDrawable *drawable,gboolean shadow);
gimp_pixel_fetcher_set_edge_mode ()
void gimp_pixel_fetcher_set_edge_mode (GimpPixelFetcher *pf,GimpPixelFetcherEdgeMode mode);
gimp_pixel_fetcher_set_bg_color ()
void gimp_pixel_fetcher_set_bg_color (GimpPixelFetcher *pf,const GimpRGB *color);
gimp_pixel_fetcher_get_pixel ()
void gimp_pixel_fetcher_get_pixel (GimpPixelFetcher *pf,gint x,gint y,guchar *pixel);
gimp_pixel_fetcher_put_pixel ()
void gimp_pixel_fetcher_put_pixel (GimpPixelFetcher *pf,gint x,gint y,const guchar *pixel);
