> 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/sketch-to-color.md).

# 스케치 색칠하기

Morphic에서 스케치를 컬러로 사용하는 방법에 대한 간단한 튜토리얼입니다:

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

1. 캔버스에 스케치를 업로드하거나 생성하세요
2. 작업할 스케치를 선택하세요
3. 포커스 모드를 통해 이미지 모드로 전환한 다음, 설정에서 입력 유형을 'Sketch'로 설정하세요
4. 원하는 색상이나 스타일을 설명하는 프롬프트를 작성하세요(예: “부드러운 조명이 있는 따뜻한 석양 톤”)
5. 생성하기를 누르세요

이제 선택한 스케치가 원래 구조를 변경하지 않은 채 Morphic에서 AI를 사용해 컬러화됩니다.

이것이 Morphic에서 Sketch to Color 기능을 사용하는 방법입니다. 스케치에 색을 입혀 생동감 있게 만드는 빠르고 직관적인 방법입니다.


---

# 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/sketch-to-color.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.
