Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2009-12-12 06:56:50
Size: 579
Editor: SheenaSmith
Comment: format update
Revision 4 as of 2009-12-12 07:35:28
Size: 574
Editor: SheenaSmith
Comment: format update
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
An enumeration that specifies the texture channel modulation used in [[SDL_RenderCopy]](). An enumeration that sets the texture channel modulation used in [[SDL_RenderCopy]]().

SDL_TextureModulate

An enumeration that sets 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

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