Click or drag to resize

ColorGradientGetHexColorDictionary Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the hexadecimal color dictionary - where Key is color, Double is upper limit for the color segment

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public ColorGradientDictionary GetHexColorDictionary(
	int colorSegments,
	bool withAlpha = true
)
Request Example View Source

Parameters

colorSegments
Type: SystemInt32
The color segments.
withAlpha (Optional)
Type: SystemBoolean
if set to true [with alpha].

Return Value

Type: ColorGradientDictionary
See Also