> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SolidMask - ComfyUI Built-in Node Documentation

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

纯块遮罩节点用于生成一个具有指定值的均匀纯色的遮罩，覆盖其整个区域。它旨在创建具有特定尺寸和强度的遮罩，在各种图像处理和遮罩任务中非常有用。

## 输入

| 参数名称 | 数据类型  | 作用                            |
| ---- | ----- | ----------------------------- |
| `明度` | FLOAT | 指定遮罩的强度值，影响其整体外观以及在后续操作中的实用性。 |
| `宽度` | INT   | 确定生成遮罩的宽度，直接影响其大小和宽高比。        |
| `高度` | INT   | 设置生成遮罩的高度，影响其大小和宽高比。          |

## 输出

| 参数名称   | 数据类型 | 作用                 |
| ------ | ---- | ------------------ |
| `mask` | MASK | 输出一个具有指定尺寸和值的均匀遮罩。 |
