Click or drag to resize

ColorGradientGetHexColor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the color of the hexadecimal.

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string GetHexColor(
	double ratio,
	bool withAlpha = true
)
Request Example View Source

Parameters

ratio
Type: SystemDouble
The ratio: from 0 to 1
withAlpha (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also