# Bloom

Using Bloom, you can make a gradation of bright and dark areas on the screen. This post process brightens and blurs the light areas, but does not touch the dark ones. As a result, Bloom creates a glow effect in the Scene.

<figure><img src="/files/yygMLiSsxDb6vVYSrOCo" alt=""><figcaption></figcaption></figure>

Bloom has 4 parameters: Intensity, Iterations, Threshold and Soft Threshold.

### Intensity

When you increase the Intensity value, all the bright objects in the Scene begin to acquire a halo of glow. This glow is not real, in fact, the object does not glow. Go to the Edit mode, to verify this.

The Intensity parameter is responsible for the intensity of the entire post process, as well as for the blurring around bright objects and how much these objects will glow.

<figure><img src="/files/bTAMmavHey0tGfPkOJ2I" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/j7AC1TLQgOwJkn34C4Ug" alt=""><figcaption></figcaption></figure>

### Iterations&#x20;

The Iterations parameter is responsible for the number of blur iterations that our image is exposed to on the screen. This parameter enhances the effect of blurring on the image.

Note: If Intensity is 0 (minimum value), Iterations will not show anything, no matter how you increase or decrease it.  Other parameters will not show anything either.

<figure><img src="/files/hEicsbOO9ehMiqJz1AfP" alt=""><figcaption></figcaption></figure>

When Intensity equals 1 (maximum value), almost all colors in the Scene fall into the illumination range. Bright colors will become even brighter. The gray will turn into almost white.&#x20;

<figure><img src="/files/zHY5wS4Lmo094UdYN6EW" alt=""><figcaption></figcaption></figure>

And if the value of Iterations equals 5, it means that our image on the screen has passed 5 iterations of blurring. If we reduce Intensity, then we reduce the Intensity of the Bloom effect itself.

If we increase the Iteration value, then our image will undergo more blur iterations.

It is important to point out the difference between Intensity and Iterations: Intensity controls the intensity of the Bloom effect. The Iterations parameter is responsible for how many times this picture will be blurred. The greater the value of Iterations, the more the picture will be blurred.

### Threshold

Threshold is responsible for the range of colors which the Bloom effect will be applied to.

When Threshold is 0 and Soft Threshold is 0, the entire color range (that is in the scene) participates in the blur effect.

If Threshold is 1 and Soft Threshold is 0, then no colors will blur, since we have removed all colors from our range.

![](/files/aKKmrzfSFy4UNV0yeY9F)

<figure><img src="/files/rWqY26Pq6Oj4mrlaagVR" alt=""><figcaption></figcaption></figure>

### Soft Threshold

Soft Threshold cuts off the colors that will participate in the Bloom effect.

Threshold and Soft Threshold are interrelated. They both are responsible for the color range that falls under the Bloom effect. Both parameters can be configured by entering values manually.&#x20;

You can also use graphs to set values for Threshold and Soft Threshold by moving the graph lines. The graph is a color range control.

![](/files/Q46eGyAubQk53sn2i7J2)

<figure><img src="/files/4uTSyWli38k3PFPd3oJ2" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.manu.co/learn/manual/post-processing/bloom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
