Beispiel #1
0
 public static uint DEFINE_PIXELFOURCC(byte A, byte B, byte C, byte D)
 {
     return(SDL.FOURCC(A, B, C, D));
 }