Back to Aurora Vision Library Lite website

You are here: Start » Conversions » IntegerToPixel

IntegerToPixel


Header: AVL.h
Namespace: avl

Converts an integer value to pixel.

Syntax

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

Parameters

Name Type Default Description
Input value inValue const int
Output value outPixel Pixel&