> 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/kr/tools/brush.md).

# 브러시

<figure><img src="/files/b6029810b81a3118f537404a8c198c4ad6b63390" 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/kr/tasks/model.md#optional-use-the-brush-tool)

<figure><img src="/files/d2c77b05e8109a4a61121b5b2e85b2b979d0e8b5" 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/df4bf19c0cc8f842595d6834184a74d65a216ff1" alt=""><figcaption></figcaption></figure></div>

**브러시 하위 메뉴에서:**

* 크기 표시기를 밀어 브러시 두께를 조절하세요.
* 숫자 값을 수동으로 입력하세요.
* 표시된 숫자 위에 마우스를 올려 숫자 값을 선택하세요.
  {% endstep %}

{% step %}

#### 브러시 색상 변경

선택한 각 색상은 별도의 레이어를 생성합니다. 지시를 구분하려면 다른 색상을 사용하세요.

<div align="left"><figure><img src="/files/012ea3b549a3a46b1159edaabb826e7dddd7738c" 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/kr/tools/brush.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.
