Click or drag to resize

aceColorEntry Constructor (String, Single, Single, Int32, Boolean, Object)

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

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public aceColorEntry(
	string __baseColorHex,
	float __valueDelta = 0f,
	float __saturationDelta = 0f,
	int __hueDelta = 0,
	bool __isForeColor = false,
	Object __color = null
)
Request Example View Source

Parameters

__baseColorHex
Type: SystemString
__valueDelta (Optional)
Type: SystemSingle
__saturationDelta (Optional)
Type: SystemSingle
__hueDelta (Optional)
Type: SystemInt32
__isForeColor (Optional)
Type: SystemBoolean
__color (Optional)
Type: SystemObject
See Also