Back to Adaptive Vision Library website

You are here: Start » Function Reference » Conversions » IntegerToPixel

IntegerToPixel


Header:AVL.h
Namespace:avl

Converts an integer value to pixel.

Syntax

C++
C#
 
void avl::IntegerToPixel
(
	const int inValue,
	avl::Pixel& outPixel
)

Parameters

Name Type Default Description
inValue const int
outPixel Pixel&