Wiki Page Content

Differences between revisions 8 and 9
Revision 8 as of 2010-09-03 00:23:34
Size: 638
Editor: SheenaSmith
Comment: update formatting - categories
Revision 9 as of 2011-02-15 19:13:06
Size: 639
Editor: SheenaSmith
Comment: update content - 2/14 changeset 5295 (as of 5145); moved to render.h
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
[[CategoryEnum]], [[CategoryVideo]] [[CategoryEnum]], [[CategoryRender]]

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


CategoryEnum, CategoryRender

None: SDL_TextureModulate (last edited 2011-02-15 19:13:06 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit