Click or drag to resize

acePaletteProvidersetVariation Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the variation.

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setVariation(
	int _bgIndex,
	bool _isInverse = false,
	int _fgIndex = -1,
	bool itIsTemporary = false,
	acePaletteRole act = acePaletteRole.none
)
Request Example View Source

Parameters

_bgIndex
Type: SystemInt32
Index of the bg.
_isInverse (Optional)
Type: SystemBoolean
if set to true [is inverse].
_fgIndex (Optional)
Type: SystemInt32
Index of the fg.
itIsTemporary (Optional)
Type: SystemBoolean
if set to true it will save current state. Use revertVariation() to reload saved state
act (Optional)
Type: imbSCI.Core.reporting.colorsacePaletteRole
See Also