Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
YIMAGEYes-The Y (luminance) channel input image
UIMAGEYes-The U (blue projection) channel input image
VIMAGEYes-The V (red projection) channel input image
Note: All three input images (Y, U, and V) must be provided together and should have compatible dimensions for proper conversion.

Outputs

Output NameData TypeDescription
outputIMAGEThe converted RGB image