You are here: Start » AVL.NET » AVL.YCoCgToRgb(AvlNet.Image, AvlNet.Image)

AVL.YCoCgToRgb(AvlNet.Image, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void YCoCgToRgb(
	AvlNet.Image inYCoCgImage,
	out AvlNet.Image outRgbImage
)

Parameters

inYCoCgImage
Type: AvlNet.Image
outRgbImage
Type: AvlNet.Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

Error type Description
DomainError Not a 3-channel image in YCoCgToRgb.

See also