Click or drag to resize
Accord.NET (logo)

YCbCr  Conversion (YCbCr to RGB)

Performs an explicit conversion from YCbCr to RGB.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static explicit operator RGB (
	YCbCr yCbCr
)
Request Example View Source

Parameters

yCbCr
Type: Accord.ImagingYCbCr
The YCbCr color.

Return Value

Type: RGB
The result of the conversion.
See Also