Click or drag to resize

ColorWorksGetColor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts HEX code, human name for color or ARGB definition (eg. Color [A=0, R=153, G=153, B=153]), into Color

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Color GetColor(
	string hex
)
Request Example View Source

Parameters

hex
Type: SystemString
The hexadecimal.

Return Value

Type: Color
See Also