Ejemplo n.º 1
0
 public static extern IntPtr ConvertSurface(IntPtr /*Surface*/ src, ref PixelFormat fmt, uint flags);
Ejemplo n.º 2
0
 public static extern IntPtr ListModes(ref PixelFormat format, uint flags);
Ejemplo n.º 3
0
 public static extern uint MapRGBA(ref PixelFormat format, byte r, byte g, byte b, byte a);
Ejemplo n.º 4
0
 public static extern void GetRGBA(uint pixel, ref PixelFormat fmt, [In, Out] byte[] r, [In, Out] byte[] g, [In, Out] byte[] b, [In, Out] byte[] a);