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

AVL.Rgb565ToRgb888 Method

Converts a RGB565 image into a RGB888 one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRgb565ImageAvlNet.Image
outRgb888ImageAvlNet.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