ComfyUI Node
Primitive Color CIE XYZ (MD)
Converts CIE XYZ color values to an integer color code and a hexadecimal string representation (D65 white point).
Primitive Color CIE XYZ (MD)
- int
- HEX
◄X0.950►
◄Y1.000►
◄Z1.089►
Categorymd/color
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| X | FLOAT | 0.9500–1 | X coordinate in CIE XYZ color space. |
| Y | FLOAT | 1.0000–1 | Y coordinate in CIE XYZ color space. |
| Z | FLOAT | 1.0890–1 | Z coordinate in CIE XYZ color space. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int | INT | Packed 24-bit integer color value (0-16777215). |
| HEX | STRING | Hexadecimal color string (e.g., #FF0000). |