-
Notifications
You must be signed in to change notification settings - Fork 74
Sdl TextureObject
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
The SDL_Texture wrapper.
| Method | Description |
|---|---|
| Texture:getAlphaMod | Get the alpha mod |
| Texture:getBlendMode | Get the blend mod |
| Texture:getColorMod | Get the color mod |
| Texture:lock | Lock the texture |
| Teture:query | Query the texture |
| Texture:setAlphaMod | Set the alpha mod |
| Texture:setBlendMode | Set the blend mod |
| Texture:setColorMod | Set the color mod |
| Texture:unlock | Unlock the texture |
| Texture:update | Update the texture content |