Click or drag to resize

acePaletteProvidergetShotSet Method (acePaletteVariationRole, Boolean, acePaletteRole)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the palette shot set - by custom role, inverse and act

Namespace:  imbSCI.Core.reporting.colors
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public acePaletteShot getShotSet(
	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: acePaletteShot
ShotSet with all colors and brushes
See Also