> 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).

# ブラシ

<figure><img src="/files/f56e45f41768d3ae4ca18ea8fbb5a93706e4f896" alt=""><figcaption></figcaption></figure>

***

## 使用するタイミング

使い方 <mark style="color:$primary;">**`ブラシ`**</mark> キャンバス上に図形を描き、AIモデルを <kbd><mark style="color:$primary;">**画像から画像への生成**<mark style="color:$primary;"></kbd> および <mark style="color:$primary;">**`コンボ`**</mark> のタスクでガイドするために使います。ブラシをガイドとして使う方法の詳細はこちら [こちら](/main/jp/tasuku/model.md#optional-use-the-brush-tool)

<figure><img src="/files/2b726ee5dff084b43dabd76f426845b5290c4156" alt=""><figcaption></figcaption></figure>

***

## 使い方

この <kbd><mark style="color:$primary;">**ブラシ**<mark style="color:$primary;"></kbd> ツールはすべてのタスクでご利用いただけます。

{% stepper %}
{% step %}

#### 「ブラシ」ツールを選択してください

シーンの下で、 <i class="fa-paintbrush" style="color:$primary;">:paintbrush:</i> <kbd><mark style="color:$primary;">**ブラシ**<mark style="color:$primary;"></kbd> をツールメニューから選択してください。
{% endstep %}

{% step %}

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

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

{% step %}

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

<div align="left"><figure><img src="/files/eabd2ba95d0783150fc49391feb3371ea1efb71e" alt=""><figcaption></figcaption></figure></div>

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

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

{% step %}

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

選択した各色は個別のレイヤーを作成します。指示を分けるには、色を使い分けてください。

<div align="left"><figure><img src="/files/ca92f393eb70989dd774159da81c82b7bc9263ad" alt=""><figcaption></figcaption></figure></div>

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

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

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