# Screen Glitch

![Screen Glitch](/files/-M5maKSbgBHf-WGzTMSz)

This effect distorts the screen pixels with a randomized sin wave, while also splitting the pixel colors and drawing random inference lines on the screen.

| Parameter              | Description                                                             |
| ---------------------- | ----------------------------------------------------------------------- |
| Intensity              | Amount of displacement for the colors.                                  |
| Speed                  | Speed of the color displacement.                                        |
| X Displacement         | Amount of displacement for the pixels.                                  |
| Random Inference Power | Power of he random black inferences will be drawn.                      |
| Line Power             | Power of the random lines to draw, changes their frequency and opacity. |
| Color Lerp             | Palette used for splitting the screen into 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/screen-distortions/screen-glitch.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.
