> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageYUVToRGB - ComfyUI Built-in Node Documentation

> The ImageYUVToRGB node converts YUV color space images to RGB color space.

The ImageYUVToRGB node converts YUV color space images to RGB color space. It takes three separate input images representing the Y (luma), U (blue projection), and V (red projection) components and combines them into a single RGB image.

## Inputs

| Parameter | Description                                                                                                                                                 | Data Type | Required | Range |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----- |
| `Y`       | The Y (luminance) component input image. If the image has more than three channels, only the first three are used and averaged into a single channel.       | IMAGE     | Yes      | -     |
| `U`       | The U (blue projection) component input image. If the image has more than three channels, only the first three are used and averaged into a single channel. | IMAGE     | Yes      | -     |
| `V`       | The V (red projection) component input image. If the image has more than three channels, only the first three are used and averaged into a single channel.  | IMAGE     | Yes      | -     |

**Note:** All three input images (Y, U, and V) must be provided together and must have compatible dimensions (matching height, width, and batch size) for the conversion to succeed.

## Outputs

| Output Name | Description             | Data Type |
| ----------- | ----------------------- | --------- |
| `output`    | The converted RGB image | 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/ImageYUVToRGB/en.md)

***

**Source fingerprint (SHA-256):** `47e90b1a9aeb5ddfccea4493021b83e06faad3f84d40c8b0f2b3cec59b192c2e`
