Tao.Sdl SDK Documentation

Sdl.SDL_MapRGBA Method 

[Visual Basic]
Public Shared Function SDL_MapRGBA( _
   ByVal format As IntPtr, _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte, _
   ByVal a As Byte _
) As Integer
[C#]
public static int SDL_MapRGBA(
   IntPtr format,
   byte r,
   byte g,
   byte b,
   byte a
);

See Also

Sdl Class | Tao.Sdl Namespace