ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > Blend Method : Blend(ImGearRasterPage,Int32,Int32,ImGearRasterPage,Double) Method |
This method blends all channels of page with corresponding channels of pageToBlendWith, using the following formula:
pagePixel = (pagePixel * (100.0 - weight) + pageToBlendPixel * weight) / 100.0
The method validates input pages for further processing according to following logics:
The method processes the input pages according to following logics: