> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/br/ferramentas/relight.md).

# Reiluminar

O Relight no Morphic permite que você mude o clima e a atmosfera de qualquer imagem alterando sua iluminação. Controle a direção, a cor, o brilho e a qualidade da luz para transformar a sensação de qualquer cena.

### Aqui está um breve tutorial de como começar a usar o Relight:

{% embed url="<https://youtu.be/3MbPWYwVquE>" %}

1. Selecione Relight na aba Ferramentas acima da barra de prompt, ou digite `/` e escolha Relight no menu Widgets
2. A sobreposição do Relight é aberta na tela Canvas com um painel de configurações, um controle de luz interativo e a aba Assets, onde você pode selecionar uma imagem ou enviar uma
3. Selecione uma imagem dos seus ativos ou envie uma
4. Escolha uma cor de luz nas amostras predefinidas ou clique no seletor de cores para escolher uma cor personalizada
5. Defina a posição usando o menu suspenso ou arraste a fonte de luz na visualização orbital para posicioná-la manualmente. Você também pode usar os botões de seta para ajustes mais precisos
6. Alterne entre as qualidades de luz Soft e Hard
7. Ajuste o brilho usando o controle deslizante
8. Clique em 'Gerar'

É assim que você usa o recurso Relight no Morphic. Experimente diferentes cores, posições e qualidades de luz para mudar o clima de qualquer cena sem começar do zero.

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/br/ferramentas/relight.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.
