ComfyUI Node
Color Colorize (MD)
Colorizes the image by mapping its luminance to a given hue, saturation, and lightness, with an alternative solid color tint.
Color Colorize (MD)
- image
- mask
- image
◄Hue0.500►
◄Saturation0.500►
◄Lightness0.500►
◄Color8033735►
Categorymd/image/color
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image tensor. | |
| Hue | FLOAT | 0.5000–1 | Target hue (0-1). |
| Saturation | FLOAT | 0.5000–1 | Target saturation (0-1). |
| Lightness | FLOAT | 0.5000–1 | Target lightness (0-1). |
| Color | INT | 80337350–16777215 | Solid color to apply as a tint (RGB hex integer). |
| maskopt | MASK | Optional mask to restrict the adjustment area. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The colorized image. |