public class Pixel {
public static int color ( SDL.Surface dst,
int16 x,
int16 y,
uint32 color ) ;
public static int rgba ( SDL.Surface dst,
int16 x,
int16 y,
uchar r,
uchar g,
uchar b,
uchar a ) ;
}
public static int color ( SDL.Surface dst,
int16 x,
int16 y,
uint32 color ) ;
public static int rgba ( SDL.Surface dst,
int16 x,
int16 y,
uchar r,
uchar g,
uchar b,
uchar a ) ;
Created by Valadoc