|
Size: 545
Comment: content removed
|
Size: 579
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| The texture channel modulation used in [[SDL_RenderCopy]](). | An enumeration that specifies the texture channel modulation used in [[SDL_RenderCopy]](). |
| Line 20: | Line 20: |
| You can add useful comments here | ''You can add useful comments here'' |
SDL_TextureModulate
An enumeration that specifies 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
