 | IBitmapImageAdd Method (IBitmapImage, Single) |
Performs arithmetic add of image2 to instance. Applies brightness scale factor to image2 before adding.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage Add(
IBitmapImage image2,
float brightnessScale
)
Parameters
- image2
- Type: CohesiveComputing.ImagingIBitmapImage
Image to add. Must have same dimensions as instance image. - brightnessScale
- Type: SystemSingle
A value of 1.0 indicates no change in brightness.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
Exceptions
See Also