# Rainbow Flow

![Rainbow Flow](/files/-M5m_AGdzOeBvyCZu65K)

This effect applies a rainbow effect to the screen, altering colors depending on the speed parameter.&#x20;

| Parameter       | Description                                                                                                   |
| --------------- | ------------------------------------------------------------------------------------------------------------- |
| Steps           | Number of iterations the effect takes. Lower iterations is more efficient but catches less edges to colorize. |
| Speed           | Speed of the color change.                                                                                    |
| Multiplier      | Amount of waves present in the colorization process. Increase to include more rainbow waves.                  |
| Black and White | If true, applies a grayscale filter to the rainbow colors.                                                    |


---

# 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://inan.gitbook.io/rich-fx-documentation/effects/artistic-effects/rainbow-flow.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.
