Inputs
| Parameter | Data Type | Description |
|---|---|---|
value | FLOAT | Specifies the intensity value of the mask, affecting its overall appearance and utility in subsequent operations. |
width | INT | Determines the width of the generated mask, directly influencing its size and aspect ratio. |
height | INT | Sets the height of the generated mask, affecting its size and aspect ratio. |
Outputs
| Parameter | Data Type | Description |
|---|---|---|
mask | MASK | Outputs a uniform mask with the specified dimensions and value. |