ReqActionGraphHelper::colorStrFromKnownColor Method [AX 2012]

Converts a KnownColor enumeration value to a color string that can be passed to the Graph component.

client server public static str colorStrFromKnownColor(CLRObject _knownColor)

Run On

Called

Parameters

_knownColor
Type: CLRObject Class
The KnownColor enumeration value.

Return Value

Type: str
A string that contains the combined hexadecimal values of the color’s RGB elements.
Show: