Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#3

Re: [GR32] How to blend two TBitmap32s

  Alt 19. Sep 2010, 16:08
Delphi-Quellcode:
    ImageMap.DrawMode := dmBlend;
    ImageMap.OnPixelCombine := BlendMode.Multiply;
    ImageMap.MasterAlpha := 0;
    ImageMap.DrawTo(ShapeMap, 0, 0);

    Image321.Bitmap.Assign(ShapeMap);
I tried and effect is identical.
  Mit Zitat antworten Zitat