* we are now creating true RGBA pngs
[rrdtool.git] / src / art_rgba_svp.h
1 #ifndef SP_ART_RGBA_SVP_H
2 #define SP_ART_RGBA_SVP_H
3
4 #include <libart_lgpl/art_misc.h>
5 #include <libart_lgpl/art_alphagamma.h>
6 #include <libart_lgpl/art_affine.h>
7 #include <libart_lgpl/art_svp.h>
8 #include <libart_lgpl/art_uta.h>
9
10 void
11 gnome_print_art_rgba_svp_alpha (const ArtSVP *svp,
12                                 int x0, int y0, int x1, int y1,
13                                 art_u32 rgba,
14                                 art_u8 *buf, int rowstride,
15                                 ArtAlphaGamma *alphagamma);
16
17 #endif /* SP_ART_RGBA_SVP_H */