Click or drag to resize

aceColorPalettecreatePalette Method (String, Single, Int32, Single, Single, Int32, Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generiše paletu boja, pozadina i dodatnih brusheva

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void createPalette(
	string hexBaseColor,
	float __gradientDelta,
	int __hDelta,
	float __sDelta,
	float __vDelta,
	int __colorCount = 8,
	bool __foreColorSnap = false,
	string __path = ""
)
Request Example View Source

Parameters

hexBaseColor
Type: SystemString
HTML/Hexadecimalni format boja. npr: #FFCC00
__gradientDelta
Type: SystemSingle
__hDelta
Type: SystemInt32
__sDelta
Type: SystemSingle
__vDelta
Type: SystemSingle
__colorCount (Optional)
Type: SystemInt32
__foreColorSnap (Optional)
Type: SystemBoolean
__path (Optional)
Type: SystemString
See Also