BitmapAdd

Bitmap filter object which add value to each pixel.

Instead of affecting the apparent brightness of an image by multiplying, we add a constant value from each pixel. Notice that our blacks have gone to gray, or washed out, something that is often undesirable.

Properties

NameDescription
nameObject name [string]
inputInput bitmap [bitmap]
outputOutput bitmap [bitmap]
valueValue [double]

See also

BitmapImageAdd, BitmapGamma, BitmapMultiply, BitmapSubtract

<< Previous 
Table of Content
  Next >>