LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
gd_draw_blend.h
1#ifndef GD_DRAW_BLEND_H
2#define GD_DRAW_BLEND_H
3
4void gdBlendColor(gdContextPtr context, const gdSpanRlePtr rle, const gdColorPtr color);
5void gdPathBlend(gdContextPtr context, const gdSpanRlePtr rle);
6
7#endif // GD_DRAW_BLEND_H
gdContext * gdContextPtr
Opaque 2D drawing context pointer.
Definition gd_vector2d.h:44