Back to Adaptive Vision Library website

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

RealToPixel


Converts a real value to pixel.

Syntax

C++
C#
 
void avl::RealToPixel
(
	const atl::real inValue,
	avl::Pixel& outPixel
)

Parameters

Name Type Default Description
inValue const real
outPixel Pixel&