# Chromatic Aberrations

Chromatic aberration also makes the image on the screen cinematic. This post process creates an established image of the lens in our brain. Seeing this image, we understand that we are now looking through the camera.

Chromatic aberration is related to the color effect that occurs on the edges of the lenses. The lens has a non-uniform thickness. Therefore, light travels different distances through the lens (in the medium) and exits in some places refracted at different frequencies. Different frequency means different wavelengths and different colors. As a result, colored edge effects (or rainbow effect) appear on the lenses.

Such effects can be noticed if you look through a camera or a telescope.

<figure><img src="/files/2PBZYhUumZFKmbriTYDq" alt=""><figcaption></figcaption></figure>

### Scale&#x20;

This post process has only one parameter - Scale. When you increase this parameter, the picture begins to blur and display in such a way that a rainbow appears at the edges of the image. This rainbow is a dispersion, which is called aberration.<br>

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


---

# 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/chromatic-aberrations.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.
