> For the complete documentation index, see [llms.txt](https://support.aperty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.aperty.ai/how-to-use-aperty/four-key-tools-categories/creative-tools/luts.md).

# LUTs

![](https://userguide.skylum.com/hc/article_attachments/22435185740818)

The **LUTs (Look-Up Tables)** tool in Aperty allows you to apply preset color grading effects to your portrait, transforming the mood and tone of the image with just a few clicks. LUTs adjust color balance, contrast, and saturation, providing a quick way to achieve various artistic styles or cinematic looks.

* **Choose LUT Dropdown Menu**: Select a LUT from the provided options or upload your own.
  * **Add Custom LUT File...**: Upload your own LUT to apply custom color grading to the portrait.
  * **Get More LUTs...**: Access additional downloadable LUTs to expand your options.
  * Predefined LUT options include:
    * **Beijing**: A cool, soft-toned look.
    * **Grace**: A balanced, natural style.
    * **Long Beach**: Warmer, sunlit tones.
    * **Manhattan**: Urban-inspired, high-contrast look.
    * **Maria**: Soft and warm tones.
    * **Red Trace**: Adds subtle red hues.
    * **Sina**: High-contrast, slightly desaturated.
    * **Ushuaia**: Bright and vibrant.
    * **Venus**: A pastel, dream-like effect.
    * **Wooden**: Earthy, warm tones.
* **Amount**: Controls the intensity of the selected LUT. Increasing the slider applies the LUT more heavily while lowering it makes the effect more subtle.
* **Contrast**: Adjusts the contrast within the LUT, increasing or softening the difference between light and dark areas to fit the overall mood.
* **Saturation**: Controls the color intensity applied by the LUT. Raising the saturation makes colors more vivid while lowering it mutes them for a more understated effect.

{% hint style="info" %}
For a balanced portrait, apply the LUT using a moderate Amount to avoid overwhelming the natural tones. Adjust Contrast and Saturation to refine the look, ensuring it complements the subject's skin tones and the overall style of the image.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.aperty.ai/how-to-use-aperty/four-key-tools-categories/creative-tools/luts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
