Creates a new pixbuf by scaling `src` to `dest_width` x `dest_height` and alpha blending the result with a checkboard of colors `color1` and `color2`.
| this |
a Pixbuf |
| dest_width |
the width of destination image |
| dest_height |
the height of destination image |
| interp_type |
the interpolation type for the transformation. |
| overall_alpha |
overall alpha for source image (0..255) |
| check_size |
the size of checks in the checkboard (must be a power of two) |
| color1 |
the color of check at upper left |
| color2 |
the color of the other check |
|
the new pixbuf |