foreground + background colors
BlitzMax Forums/Brucey's Modules/foreground + background colors| 
 | ||
| Ive seen wxred() used to set the colors but how do you enter a integer code for a color like: 255,255,255 for white | 
| 
 | ||
| Local white:wxColour = New wxColour.Create(255,255,255) | 
| 
 | ||
| thanks! |