> 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/kr/tools/relight.md).

# 재조명

Morphic의 Relight를 사용하면 조명을 바꾸어 어떤 이미지든 분위기와 무드를 바꿀 수 있습니다. 빛의 방향, 색상, 밝기, 품질을 제어해 어떤 장면이든 느낌을 바꿔 보세요.

### Relight를 시작하는 빠른 튜토리얼을 소개합니다:

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

1. 프롬프트 바 위의 도구 탭에서 Relight를 선택하거나 입력하고 `/` 그리고 위젯 메뉴에서 Relight를 선택하세요
2. Relight 오버레이가 캔버스에 설정 패널, 대화형 조명 컨트롤, 그리고 이미지를 선택하거나 업로드할 수 있는 에셋 탭과 함께 열립니다
3. 에셋에서 이미지를 선택하거나 하나를 업로드하세요
4. 미리 설정된 색상 견본에서 조명 색상을 선택하거나, 색상 선택기를 클릭해 사용자 지정 색상을 선택하세요
5. 드롭다운에서 위치를 설정하거나, 궤도 보기에서 광원을 드래그해 수동으로 배치하세요. 더 세밀하게 조정하려면 화살표 버튼을 사용할 수도 있습니다
6. 부드러운 조명과 강한 조명 품질 사이를 전환하세요
7. 슬라이더를 사용하여 밝기를 조정하세요
8. '생성'을 클릭하세요

이것이 Morphic에서 Relight 기능을 사용하는 방법입니다. 다시 시작하지 않고도 다양한 색상, 위치, 조명 품질을 실험해 어떤 장면이든 분위기를 바꿔 보세요.

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**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/kr/tools/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.
