> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/tsru/burashi.md).

# ブラシ

***

## 使用するタイミング

Brush を使うと、AI モデルに対してローカライズされた視覚的なガイダンスを提供できます。キャンバス上で図形を描いたり、色ごとに指示を分けたりして、意図を直接明確に伝えられます。

***

## 使い方

Brush ツールは、AI Model Generation または Combo と組み合わせて使用できます。

{% stepper %}
{% step %}

#### 「Brush」ツールを選択

シーン内で、ツールメニューから <i class="fa-paintbrush" style="color:$primary;">:paintbrush:</i> <kbd><mark style="color:$primary;">**Brush**<mark style="color:$primary;"></kbd> を選択します。
{% endstep %}

{% step %}

#### シーン上に描画する

変更したい箇所を示すために、キャンバス上に直接図形を描きます。
{% endstep %}

{% step %}

#### **ブラシサイズを調整する：**

ブラシのサブメニューで：

* サイズインジケーターをスライドして、ブラシの太さを調整します。
* 数値を手動で入力します。
* 表示されている数値にカーソルを合わせて、数値を選択します。
  {% endstep %}

{% step %}

#### ブラシの色を変更する

選択した各色ごとに別々のレイヤーが作成されます。指示を分けるために、色を使い分けてください。

ブラシのサブメニューから：

1. サブメニュー左側の色の円を選択します。
2. カラーパレットから選択
3. を使って色を選択します。 <i class="fa-eye-dropper" style="color:$primary;">:eye-dropper:</i> カラーピッカーツール
4. テキスト入力欄に HEX カラー値を入力します。
   {% endstep %}

{% step %}

#### 消しゴムツールを使う

描画した部分を削除するには：

* ツールメニューから <i class="fa-eraser" style="color:$primary;">:eraser:</i> <kbd><mark style="color:$primary;">**Eraser**<mark style="color:$primary;"></kbd> をブラシツールの横から選択します。
* 必要に応じて、描画の任意の部分を消去します。
* 消去されるのは、描画したブラシストロークのみです。
  {% endstep %}

{% step %}

#### プロンプトでブラシレイヤーを参照する

ブラシレイヤーの色や図形を使って、AI に特定の領域をどう解釈してほしいかを明確に伝えます。

右側の Generation Settings 設定パネルで：

1. テキストプロンプト欄に直接入力します。
2. 描画した色や図形を参照して、意図を伝えます。
   {% endstep %}
   {% endstepper %}


---

# 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://docs.theseaai.com/main/jp/tsru/burashi.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.
