Thema
:
[GR32] How to blend two TBitmap32s
Einzelnen Beitrag anzeigen
WojTec
Registriert seit: 17. Mai 2007
482 Beiträge
Delphi XE6 Professional
#
3
Re: [GR32] How to blend two TBitmap32s
19. Sep 2010, 17:08
markieren
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.
Zitat
WojTec
Öffentliches Profil ansehen
Mehr Beiträge von WojTec finden