Name
sdl.GetTextureAlphaMod -- get texture alpha modulation
Synopsis
alpha = sdl.GetTextureAlphaMod(tex)
Function
Use this function to get the additional alpha value multiplied into render copy operations. The tex argument must simply be the identifier of a hardware brush.

Inputs
tex
identifier of hardware brush
Results
alpha
alpha modulation or -1 on error

Show TOC