Click or drag to resize

acePaletteProvidergetColorVariationCodeName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the codename of the color variation.

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string getColorVariationCodeName(
	acePaletteVariationRole role,
	bool isInverse,
	acePaletteRole act
)
Request Example View Source

Parameters

role
Type: imbSCI.Core.reporting.colorsacePaletteVariationRole
The role.
isInverse
Type: SystemBoolean
if set to true [is inverse].
act
Type: imbSCI.Core.reporting.colorsacePaletteRole
The act.

Return Value

Type: String
See Also