White on a toolbar icon always is transparent...

BlitzMax Forums/BlitzMax Beginners Area/White on a toolbar icon always is transparent...

Anyone know how to change the color that's alpha'ed when you load a toolbar? I want white in my toolbar buttions and it's making white transparent.

Thanks.

nm

try using a color 'similar' to white like 255,255,254. I think this is the only solution

yep...ended up using 254,254,254.