0

fixed transparent block lighting

This commit is contained in:
Aaron Griffith
2011-03-23 03:27:42 -04:00
parent d36bd20e6a
commit c18d6924ea
3 changed files with 30 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ Imaging imaging_python_to_c(PyObject *obj);
PyObject *alpha_over(PyObject *dest, PyObject *src, PyObject *mask, int dx,
int dy, int xsize, int ysize);
PyObject *alpha_over_wrap(PyObject *self, PyObject *args);
PyObject *brightness(PyObject *img, double factor);
PyObject *brightness(PyObject *img, float factor);
/* in iterate.c */
typedef struct {