# Color Effects

Color effects include various tools to replace colors or remap the channels, can be used for color correction or filtering for creating retro looks like EGA/CGA.

* [CGA Filter](/rich-fx-documentation/effects/color-effects/cga-filter.md)
* [EGA Filter](/rich-fx-documentation/effects/color-effects/ega-filter.md)
* [Eight Color](/rich-fx-documentation/effects/color-effects/eight-color.md)
* [Grayscale](/rich-fx-documentation/effects/color-effects/grayscale.md)
* [Hue, Saturation, Invert](/rich-fx-documentation/effects/color-effects/hue-saturation-invert.md)
* [Overlay](/rich-fx-documentation/effects/color-effects/overlay.md)
* [Recolor](/rich-fx-documentation/effects/color-effects/recolor.md)<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://inan.gitbook.io/rich-fx-documentation/effects/color-effects.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.
