using System; using System.Collections.Generic; using System.Text; namespace sharpallegro5 { /* color.h */ public partial class AllegroApi { /* Type: ALLEGRO_COLOR */ public struct ALLEGRO_COLOR { public float r, g, b, a; } } }