Wiki Page Content

Differences between revisions 6 and 7
Revision 6 as of 2010-01-22 06:44:27
Size: 619
Editor: SheenaSmith
Comment: added RS
Revision 7 as of 2010-08-23 21:54:51
Size: 642
Editor: SheenaSmith
Comment: added header-specific Category link
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
[[CategoryEnum]] [[CategoryEnum]], [[CategoryVideoEnum]]

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, CategoryVideoEnum

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