> 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/zh/tu-xiang/colorize.md).

# 上色

这里有一个关于如何在 Morphic 上使用 Colorize 的快速教程：

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

1. 在画布上上传或生成你的图像
2. 点击位于仪表盘右下角的 Transform 按钮
3. 选择“Colorize”选项
4. 选择你想要上色的图像
5. 在提示栏中，点击“Select on Canvas”
6. 在你的画布中，选择你想用作颜色参考的图像
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/zh/tu-xiang/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.
