ImageCombineType
An enum determining how two images should be combined together.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
591 | BlendSourceOver | 1 | Blend pixels from the source with the pixels from the destination using source over alpha blending. | |
591 | Overwrite | 2 | Overwrite all pixels in the destination image with the pixels from the source image. | |
616 | Add | 3 | ||
616 | Multiply | 4 | ||
616 | AlphaBlend | 5 |
Description
An enum determining how two images should be combined together.
History 6
- 616 Add Multiply
- 616 Add AlphaBlend
- 616 Add Add
- 591 Add Overwrite
- 591 Add BlendSourceOver
- 591 Add ImageCombineType