Back to Aurora Vision Library website

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

PixelToWebHMIColor


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts an image pixel to WebHMI color.

Syntax

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

Parameters

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