Back to Aurora Vision Library website

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

RealToPixel


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a real value to pixel.

Syntax

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

Parameters

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