Back to Aurora Vision Library website

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

WebHMIColorToString


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a WebHMI color to HTML color notation.

Syntax

C++
C#
 
void avl::WebHMIColorToString
(
	const avl::WebHMIColor& inColor,
	atl::String& outHtmlNotation
)

Parameters

Name Type Default Description
Input value inColor const WebHMIColor&
Output value outHtmlNotation String&