RE: Font Color in euAllegro
- Posted by Ray Smith <smithr at ix.net.au> Dec 27, 2002
- 416 views
In True colour modes you can use the "makecol()" function passing rgb values. See examples\allegro\eutruec.exw Regards, Ray Smith http://rays-web.com C. K. Lester wrote: > > Are you setting a palatte? > > yes. > > i figured out that the number i use for the color in textout() is the > number > of the color in the palette. however, if i'm using a billion colors, > that's > gonna be difficult to determine which one is white, red, blue, etc.