Tao.Sdl SDK Documentation

SdlGfx.SDL_gfxSetAlpha Method 

[Visual Basic]
Public Shared Function SDL_gfxSetAlpha( _
   ByVal src As IntPtr, _
   ByVal a As Byte _
) As Integer
[C#]
public static int SDL_gfxSetAlpha(
   IntPtr src,
   byte a
);

Remarks

Binds to C-function call in SDL_gfxBlitFunc.h.

            int SDL_gfxSetAlpha(SDL_Surface * src, Uint8 a);
            

See Also

SdlGfx Class | Tao.Sdl Namespace