Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a KnownColor enumeration value to a color string that can be passed to the Graph component.
Syntax
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.