You are here: Start » AVL.NET » Function Reference » Image » Image Color Spaces » AVL.Rgb565ToRgb888

AVL.Rgb565ToRgb888

Converts a RGB565 image into a RGB888 one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Rgb565ToRgb888
(
	AvlNet.Image inRgb565Image,
	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

List of possible exceptions:

Error type Description
DomainError Not a 1-channel and 16-bit image in Rgb565ToRgb888.
DomainError Not supported inRgb565Image pixel format in Rgb565ToRgb888.

See also