BitmapMultiply

Bitmap filter object which multiply value of each pixel.

Known as brightness when all channels except alpha is multiplied with the same value, fade when all channels including the alpha is multiplied with the same value and multiply when all channels is multiplied with different values.

Properties

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

See also

BitmapImageMultiply, BitmapAdd, BitmapGamma, BitmapSubtract

<< Previous 
Table of Content
  Next >>