Available in the LEADTOOLS Imaging toolkit. |
AlphaBlend example for C++ 5.0 and later
m_Lead2.SetBitmap(m_Lead1.GetBitmap());
m_Lead2.IntensityDetect(150, 250);
m_Lead1.AlphaBlend(0, 0, m_Lead1.GetBitmapWidth(), m_Lead1.GetBitmapHeight(), m_Lead2.GetBitmap(), 0, 0, 128);