> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.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.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageYUVToRGB/zh.md)

ImageYUVToRGB 节点将 YUV 色彩空间图像转换为 RGB 色彩空间。该节点接收分别代表 Y（亮度）、U（蓝色投影）和 V（红色投影）通道的三个独立输入图像，并通过色彩空间转换将它们合并为单个 RGB 图像。

## 输入参数

| 参数  | 数据类型  | 必填 | 取值范围 | 描述            |
| --- | ----- | -- | ---- | ------------- |
| `Y` | IMAGE | 是  | -    | Y（亮度）通道输入图像   |
| `U` | IMAGE | 是  | -    | U（蓝色投影）通道输入图像 |
| `V` | IMAGE | 是  | -    | V（红色投影）通道输入图像 |

**注意：** 必须同时提供所有三个输入图像（Y、U 和 V），且它们应具有兼容的尺寸以确保正确转换。

## 输出结果

| 输出名称     | 数据类型  | 描述          |
| -------- | ----- | ----------- |
| `output` | IMAGE | 转换后的 RGB 图像 |
