BitmapSubtract

Bitmap filter object which subtract value from each pixel.

Instead of a ecting the apparent brightness of an image by multiplying, we subtract a constant value from each pixel. Notice that out whites have gone gray.

Properties

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

See also

BitmapImageSubtract, BitmapAdd, BitmapGamma, BitmapMultiply

<< Previous 
Table of Content
  Next >>