You are here: Start » AVL.NET » AVL.YCoCgToRgb Method

AVL.YCoCgToRgb Method

Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inYCoCgImageAvlNet.Image
outRgbImageAvlNet.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