> For the complete documentation index, see [llms.txt](https://docs.mindkosh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindkosh.com/ko/image-video-annotation/workspace-overview/appearance.md).

# 모양

<figure><img src="/files/08a43efafd365444bfa02d52b62cc1cd8551a74b" alt="Appearance section"><figcaption></figcaption></figure>

**레이블별 색상** 이것은 기본 동작입니다. 같은 레이블을 가진 모든 객체는 동일한 색으로 표시됩니다. 슬라이더를 사용하여 객체가 선택되었을 때와 선택되지 않았을 때의 불투명도를 조정할 수 있습니다.

**인스턴스별 색상** 이 옵션은 레이블에 관계없이 모든 객체를 서로 다른 색으로 표시합니다.

**불투명도** 모든 객체의 색상 마스크 불투명도

**선택된 불투명도** 현재 선택된 객체의 색상 마스크 불투명도


---

# 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.mindkosh.com/ko/image-video-annotation/workspace-overview/appearance.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.
