Image.drawWarped incomplete
Issue #22
new
When setting the color for a image corner (for instance myImage.setColor(Image.BOTTOM_LEFT, 0.1f, 0.1f, 0.1f); and calling drawWarped, the color changes have no effect. I've written an improved version that takes an additional color as parameter. (like in the default draw method)