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

# ImageYUVToRGB - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageYUVToRGB node in ComfyUI. Learn its inputs, outputs, parameters and usage.

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) channels and combines them into a single RGB image using color space conversion.

## Inputs

| Parameter | Description                                 | Data Type | Required | Range |
| --------- | ------------------------------------------- | --------- | -------- | ----- |
| `Y`       | The Y (luminance) channel input image       | IMAGE     | Yes      | -     |
| `U`       | The U (blue projection) channel input image | IMAGE     | Yes      | -     |
| `V`       | The V (red projection) channel input image  | IMAGE     | Yes      | -     |

**Note:** All three input images (Y, U, and V) must be provided together and should have compatible dimensions for proper conversion.

## 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):** `5aefb7b87ff76e03af9259f9dac06f027668d83618693e3c9dcfd17b95441070`
