|
Size: 567
Comment: edited, remove DRAFT
|
Size: 619
Comment: added RS
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 22: | Line 22: |
| == Related Structures == .[[SDL_RendererInfo]] |
SDL_TextureModulate
An enumeration of the texture channel modulation used in SDL_RenderCopy().
Values
SDL_TEXTUREMODULATE_NONE |
no modulation |
SDL_TEXTUREMODULATE_COLOR |
srcC = srcC * color |
SDL_TEXTUREMODULATE_ALPHA |
srcA = srcA * alpha |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures
