> 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/jp/tsru/relight.md).

# 再ライティング

Morphic の Relight を使うと、照明を変えることで、どんな画像でもムードや雰囲気を変えられます。光の方向、色、明るさ、質を調整して、どんなシーンの印象も変えてみましょう。

### Relight の始め方を簡単にご紹介します：

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

1. プロンプトバーの上にある［Tools］タブから Relight を選択するか、 `/` と入力して、［Widgets］メニューから Relight を選択します
2. Relight のオーバーレイが Canvas 上に開き、設定パネル、インタラクティブなライトコントロール、そして画像を選択またはアップロードできる［Assets］タブが表示されます
3. アセットから画像を選択するか、画像をアップロードします
4. プリセットのスウォッチから光の色を選ぶか、カラーピッカーをクリックしてカスタムカラーを選択します
5. ドロップダウンで位置を設定するか、オービタルビュー上の光源をドラッグして手動で配置します。矢印ボタンを使って、さらに細かく調整することもできます
6. Soft と Hard の光の質を切り替えます
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/jp/tsru/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.
