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

AVL.Rgb565ToRgb888(AvlNet.Image, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void Rgb565ToRgb888(
	AvlNet.Image inRgb565Image,
	out AvlNet.Image outRgb888Image
)

Parameters

inRgb565Image
Type: AvlNet.Image
outRgb888Image
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 1-channel and 16-bit image in Rgb565ToRgb888.

See also