ComfyUI Node
Primitive Color YCbCr (MD)
Converts Y′CbCr color values to an integer color code and a hexadecimal string representation.
Primitive Color YCbCr (MD)
- int
- HEX
◄Luma0.000►
◄BlueDiff0.000►
◄RedDiff0.000►
Categorymd/color
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| Luma | FLOAT | 0.0000–1 | Luma (brightness) component (0-1). |
| BlueDiff | FLOAT | 0.000-0.5–0.5 | Blue chroma difference component (-0.5 to 0.5). |
| RedDiff | FLOAT | 0.000-0.5–0.5 | Red chroma difference component (-0.5 to 0.5). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int | INT | Packed 24-bit integer color value (0-16777215). |
| HEX | STRING | Hexadecimal color string (e.g., #FF0000). |