Back to Adaptive Vision Library website

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

RealToPixel


Header:AVL.h
Namespace:avl

Converts a real value to pixel.

Syntax

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

Parameters

Name Type Default Description
inValue const float
outPixel Pixel&