Add texture alpha blending
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
const int outline_size = -1 );
|
||||
virtual ~Texture();
|
||||
SDL_Texture *getTexturePtr();
|
||||
void setAlpha( uint8_t alpha );
|
||||
|
||||
private:
|
||||
void setTextureFromSurface( std::shared_ptr< Renderer > &renderer,
|
||||
|
||||
Reference in New Issue
Block a user