This function multiplies each pixel of the Input image with an adjustable Factor and generates the Output image.

Parameter

Description

Factor

Here you adjust the factor to be multiplied.

Values outside boundaries

The resulting pixel values cannot be outside the value range of the corresponding pixel type, e.g. for an 8 Bit B/W image, the values cannot fall below 0 or exceed 255.

If the resulting value lies outside the value range, it is set to the maximum or minimum value.