Back to Aurora Vision Library Lite website

You are here: Start » Conversions » PixelToWebHMIColor

PixelToWebHMIColor


Header: AVL.h
Namespace: avl

Converts an image pixel to WebHMI color.

Syntax

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

Parameters

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