> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageColorToMask - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageColorToMask node in ComfyUI. Learn its inputs, outputs, parameters and usage.

`ImageColorToMask` 노드는 이미지에서 지정된 색상을 마스크로 변환하도록 설계되었습니다. 이미지와 대상 색상을 처리하여 지정된 색상이 강조된 마스크를 생성하며, 색상 기반 분할이나 객체 분리와 같은 작업을 용이하게 합니다.

## 입력

| 매개변수  | 설명                                                                                  | 데이터 타입  |
| ----- | ----------------------------------------------------------------------------------- | ------- |
| `이미지` | 'image' 매개변수는 처리할 입력 이미지를 나타냅니다. 마스크로 변환할 지정된 색상과 일치하는 이미지 영역을 결정하는 데 중요합니다.        | `IMAGE` |
| `색상`  | 'color' 매개변수는 마스크로 변환할 이미지의 대상 색상을 지정합니다. 결과 마스크에서 강조할 특정 색상 영역을 식별하는 핵심적인 역할을 합니다. | `INT`   |

## 출력

| 매개변수   | 설명                                                                                         | 데이터 타입 |
| ------ | ------------------------------------------------------------------------------------------ | ------ |
| `mask` | 출력은 입력 이미지에서 지정된 색상과 일치하는 영역을 강조하는 마스크입니다. 이 마스크는 분할이나 객체 분리와 같은 추가 이미지 처리 작업에 사용할 수 있습니다. | `MASK` |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageColorToMask/ko.md)
