Back to FabImage Library website

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

RealToPixel


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a real value to pixel.

Syntax

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

Parameters

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