I need to convert a TBitmap32 to standard TBitmap to programmatically fill bitmaps for menu items. Alphablend should be discarded. How?
P.S. Many thanks for great GR32 library... :)
Logged In: YES user_id=1072748
Use MyBitmap.Assign(MyBitmap32);
As simple as that.
Logged In: YES
user_id=1072748
Use
MyBitmap.Assign(MyBitmap32);
As simple as that.