Board index » delphi » Copy/Paste of Grayscale Bitmaps reduce Colors (HOW/WHY)
ryan_gr...@yahoo.com
![]() Delphi Developer |
Sat, 28 Apr 2001 03:00:00 GMT
Copy/Paste of Grayscale Bitmaps reduce Colors (HOW/WHY)
I have a bitmap which I have embedded in a tPicture. While in delphi the
bitmap has 256 colors, when I use the following code: procedure actCopySourceExecute(Sender: TObject); I get a 32 color image out when pasted into another graphics program. Also procedure actPasteSourceExecute(Sender: TObject); I again get a 32 color image. Why? What is the proper way to copy a 256 color bitmap into a tBitmap? Thanks, Ryan Groth -----------== Posted via Deja News, The Discussion Network ==---------- |