Wiki Page Content

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)

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