Tao.Sdl SDK Documentation
Sdl.SDL_MapRGB Method
[Visual Basic]
Public Shared Function SDL_MapRGB( _
ByVal
format
As
IntPtr
, _
ByVal
r
As
Byte
, _
ByVal
g
As
Byte
, _
ByVal
b
As
Byte
_
) As
Integer
[C#]
public static
int
SDL_MapRGB(
IntPtr
format
,
byte
r
,
byte
g
,
byte
b
);
See Also
Sdl Class
|
Tao.Sdl Namespace