Tao.Sdl SDK Documentation

Sdl.SDL_SetColorKey Method (IntPtr, UInt32, UInt32)

[Visual Basic]
Overloads Public Shared Function SDL_SetColorKey( _
   ByVal surface As IntPtr, _
   ByVal flag As UInt32, _
   ByVal key As UInt32 _
) As Integer
[C#]
public static int SDL_SetColorKey(
   IntPtr surface,
   uint flag,
   uint key
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_SetColorKey Overload List