Tao.Sdl SDK Documentation
Sdl.SDL_SetPalette Method
[Visual Basic]
Public Shared Function SDL_SetPalette( _
ByVal
surface
As
IntPtr
, _
ByVal
flags
As
Integer
, _
ByVal
colors
As
SDL_Color()
, _
ByVal
firstcolor
As
Integer
, _
ByVal
ncolors
As
Integer
_
) As
Integer
[C#]
public static
int
SDL_SetPalette(
IntPtr
surface
,
int
flags
,
SDL_Color[]
colors
,
int
firstcolor
,
int
ncolors
);
See Also
Sdl Class
|
Tao.Sdl Namespace