# Eight Color

![Eight Color](/files/-M5mQwt_4ut_njYJ8u_T)

This effect turns all of the colors in the scene into the range of 8 colors you define. It is similar to CGA or EGA Filters, but this time you are able to define the colors yourself. Additionally, it provides dithering and downsampling to create a pixelated look!

| Parameter    | Description                              |
| ------------ | ---------------------------------------- |
| Color 1-8    | Colors to be used in the effect palette. |
| Dithering    | Amount of dithering to be applied.       |
| Downsampling | Amount of downsampling the final color.  |
| Opacity      | Alpha of the final effect.               |


---

# 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/color-effects/eight-color.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.
