[Vala] Uint32 Color

2012-08-01 Thread David Gomes
http://valadoc.org/#!api=sdl-gfx/SDLGraphics.Rectangle.fill_color Regarding that function, how can I have an Uint32 act as a color? I tried 0xFF but no luck. Thank you. -- David Gomes ___ vala-list mailing list vala-list@gnome.org

Re: [Vala] Uint32 Color

2012-08-01 Thread Calvin Walton
On Wed, 2012-08-01 at 23:50 +0100, David Gomes wrote: http://valadoc.org/#!api=sdl-gfx/SDLGraphics.Rectangle.fill_color Regarding that function, how can I have an Uint32 act as a color? I tried 0xFF but no luck. I took a look at the SDL documentation,