The ImageRGBToYUV node converts an RGB image into the YUV color space. It separates the image into three channels: Y (luminance, or brightness), U (blue-difference), and V (red-difference), and returns each as a separate image.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `image` | The input RGB image to be converted to YUV color space | IMAGE | Yes | - |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `Y` | The luminance (brightness) component of the YUV color space | IMAGE |
| `U` | The blue-difference chroma component of the YUV color space | IMAGE |
| `V` | The red-difference chroma component of the YUV color space | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageRGBToYUV/en.md)

---
**Source fingerprint (SHA-256):** `727d9346a77f4efc015683a942b56e530deada1ff1f37dac0e67f96913ffd8ce`
