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.
Name | Description |
---|---|
name | Object name [string] |
input | Input bitmap [bitmap] |
output | Output bitmap [bitmap] |
value | Value [double] |