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

# 브러시

***

## 사용 시기

브러시를 사용하여 AI 모델에 지역화된 시각적 안내를 제공합니다. 캔버스 위에 직접 도형을 그리거나, 색상으로 지침을 구분하고, 의도를 명확히 하세요.

***

## 사용 방법

브러시 도구는 다음 작업과 함께 사용할 수 있습니다: AI 모델 생성 또는 콤보.

{% 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 %}

#### **브러시 크기 조정:**

브러시 하위 메뉴에서:

* 크기 표시기를 밀어 브러시 두께를 조정하세요.
* 숫자 값을 직접 입력하세요.
* 표시된 숫자 위에 마우스를 올려 숫자 값을 선택하세요.
  {% 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;">**지우개**<mark style="color:$primary;"></kbd> 를 브러시 도구 옆의 도구 메뉴에서 선택하세요.
* 필요에 따라 그림의 아무 부분이나 지울 수 있습니다.
* 그린 브러시 획만 지워집니다.
  {% endstep %}

{% step %}

#### 프롬프트에서 브러시 레이어 참조하기

브러시 레이어의 색상이나 도형을 사용해 AI가 특정 영역을 어떻게 해석해야 하는지 명확히 하세요.

오른쪽의 생성 설정 패널에서:

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