Tao.Sdl SDK Documentation

Sdl.SDL_SetColors Method 

[Visual Basic]
Public Shared Function SDL_SetColors( _
   ByVal surface As IntPtr, _
   ByVal colors As SDL_Color(), _
   ByVal firstcolor As Integer, _
   ByVal ncolors As Integer _
) As Integer
[C#]
public static int SDL_SetColors(
   IntPtr surface,
   SDL_Color[] colors,
   int firstcolor,
   int ncolors
);

See Also

Sdl Class | Tao.Sdl Namespace