Back to Adaptive Vision Library website

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

Rgb555ToRgb888


Converts a RGB555 image into a RGB888 one.

Syntax

C++
C#
 
void avl::Rgb555ToRgb888
(
	const avl::Image& inRgb555Image,
	avl::Image& outRgb888Image
)

Parameters

Name Type Default Description
inRgb555Image const Image&
outRgb888Image Image&

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

Error type Description
DomainError Not a 1-channel and 16-bit image in Rgb555ToRgb888.