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