26 for (sal_Int32 nY = 0; nY < sal_Int32(aSize.
Height()); ++nY)
28 Scanline pScanAlpha = pWriteAlpha->GetScanline(nY);
30 for (sal_Int32 nX = 0; nX < sal_Int32(aSize.
Width()); ++nX)
32 BitmapColor aBitmapAlphaValue(pWriteAlpha->GetPixelFromData(pScanAlpha, nX));
36 pWriteAlpha->SetPixelOnData(pScanAlpha, nX, aBitmapAlphaValue);
virtual BitmapEx execute(BitmapEx const &rBitmapEx) const override
sal_uInt8 GetIndex() const
void SetIndex(sal_uInt8 cIndex)
const AlphaMask & GetAlphaMask() const
Bitmap GetBitmap(Color aTransparentReplaceColor) const
const Size & GetSizePixel() const
constexpr tools::Long Height() const
constexpr tools::Long Width() const
This template handles BitmapAccess the RAII way.