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

AVL.Rgb555ToRgb888

Converts a RGB555 image into a RGB888 one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Rgb555ToRgb888
(
	AvlNet.Image inRgb555Image,
	AvlNet.Image outRgb888Image
)

Parameters

Name Type Range Default Description
inRgb555ImageAvlNet.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 Rgb555ToRgb888.
DomainError Not supported inRgb555Image pixel format in Rgb555ToRgb888. Supported formats: 1xUInt16.

See also