GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a tiny graphical app kit for ruby
Homepage: http://code.whytheluckystiff.net/shoes
Clone URL: git://github.com/why/shoes.git
shoes / shoes / effects.h
100644 8 lines (7 sloc) 0.244 kb
1
2
3
4
5
6
7
8
//
// shoes/effects.h
// The presently meager effects API.
//
void shoes_gaussian_blur_filter(cairo_t *, VALUE, shoes_place *);
void shoes_shadow_filter(cairo_t *, VALUE, shoes_place *);
void shoes_glow_filter(cairo_t *, VALUE, shoes_place *);