Click or drag to resize

ColorGradient Constructor (String, String, ColorGradientFunction)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the ColorGradient class.

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public ColorGradient(
	string HexA,
	string HexB,
	ColorGradientFunction options
)
Request Example View Source

Parameters

HexA
Type: SystemString
The hexadecimal a.
HexB
Type: SystemString
The hexadecimal b.
options
Type: imbSCI.Core.style.colorColorGradientFunction
The options.
See Also