Hi

I am using AG_TextBGColorRGB to set the background color of a button but it is
not working. 
I wrote the following code

         AG_PushTextState();
        AG_TextBGColorRGB(0, 0,255);
        AG_TextColorRGB(255,0, 0);
        AG_Surface *s1 = AG_TextRender("but1");
        AG_ButtonSurface(button, s1);


but not getting desired result.pls help.

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to