> 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/image/colorize.md).

# 컬러화

Morphic에서 Colorize를 사용하는 빠른 튜토리얼은 다음과 같습니다:

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

1. Canvas에 이미지를 업로드하거나 생성하세요
2. 대시보드 오른쪽 아래에 있는 Transform 버튼을 클릭하세요
3. 'Colorize' 옵션을 선택하세요
4. 색을 입히고 싶은 이미지를 선택하세요
5. 프롬프트 바에서 'Select on Canvas'를 클릭하세요
6. Canvas에서 색상 기준으로 사용할 이미지를 선택하세요
7. 프롬프트 바에서 Generate 버튼을 클릭하세요

이제 선택한 이미지가 참조 이미지의 스타일과 팔레트에 맞게 색칠됩니다.

이것이 Morphic의 Colorize 기능을 사용하는 방법입니다. 흑백 이미지를 생동감 있게 만들거나 참조 이미지를 바탕으로 기존 작품에 새로운 느낌을 더하는 데 완벽합니다.

***


---

# 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:

```
GET https://morphic.com/docs/kr/image/colorize.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.
