Convert from YCbCr to RGB color space.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public static void ToRGB(
	YCbCr ycbcr,
	RGB rgb
)

Parameters

ycbcr
Type: AForge.Imaging..::.YCbCr
Source color in YCbCr color space.
rgb
Type: AForge.Imaging..::.RGB
Destination color in RGB color spacs.

See Also