Click or drag to resize

NodeWeightStylerCategoriesGetHexColor Method

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

Namespace:  imbSCI.Graph.Converters.tools
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string GetHexColor(
	double weight,
	int typeGuid,
	bool inverse = false
)
Request Example View Source

Parameters

weight
Type: SystemDouble
The weight.
typeGuid
Type: SystemInt32
inverse (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also