outfit colors

This commit is contained in:
Eduardo Bart
2011-08-19 09:26:26 -03:00
parent 8b2bceaef3
commit c6dd25ed99
9 changed files with 226 additions and 21 deletions

View File

@@ -3,6 +3,11 @@
#include "declarations.h"
enum BlendFuncType {
BLEND_NORMAL,
BLEND_COLORIZING
};
class Graphics
{
public:
@@ -29,6 +34,7 @@ public:
void bindColor(const Color& color);
void bindTexture(const TexturePtr& texture);
void bindBlendFunc(BlendFuncType blendType);
// drawing API
void drawTexturedRect(const Rect& screenCoords,