Back to FabImage Library website

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

RealToPixel


Header:FIL.h
Namespace:fil

Converts a real value to pixel.

Syntax

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

Parameters

Name Type Default Description
inValue const float
outPixel Pixel&