Back to Adaptive Vision Library Lite website

You are here: Start » Conversions » RealToPixel

RealToPixel


Header: AVL.h
Namespace: avl

Converts a real value to pixel.

Syntax

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

Parameters

Name Type Default Description
inValue const float
outPixel Pixel&