Exemplo n.º 1
0
 public static extern void al_unmap_rgba(Allegro5Net.Color color, ref byte r, ref byte g, ref byte b, ref byte a);
Exemplo n.º 2
0
 public static extern void al_unmap_rgb_f(Allegro5Net.Color color, ref float r, ref float g, ref float b);
Exemplo n.º 3
0
 public static extern void al_put_pixel(int x, int y, Allegro5Net.Color color);
Exemplo n.º 4
0
 public static extern void al_draw_tinted_scaled_rotated_bitmap(BitmapHandle bitmap, Allegro5Net.Color tint, float cx, float cy, float dx, float dy, float xscale, float yscale, float angle, int flags);
Exemplo n.º 5
0
 public static extern void al_draw_tinted_scaled_bitmap(BitmapHandle bitmap, Allegro5Net.Color tint, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, int flags);
Exemplo n.º 6
0
 public static extern void al_draw_tinted_bitmap(BitmapHandle bitmap, Allegro5Net.Color tint, float dx, float dy, int flags);
Exemplo n.º 7
0
 public static extern void al_convert_mask_to_alpha(BitmapHandle bitmap, Allegro5Net.Color mask_color);