Back to FabImage Library website

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

PixelToWebHMIColor


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts an image pixel to WebHMI color.

Syntax

C++
C#
 
void fil::PixelToWebHMIColor
(
	const fil::Pixel& inPixel,
	fil::WebHMIColor& outColor
)

Parameters

Name Type Default Description
Input value inPixel const Pixel&
Output value outColor WebHMIColor&