Click or drag to resize

consolePlatformsetColors Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Postavlja boje za dalji izlaz

Namespace:  imbACE.Services.platform
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void setColors(
	platformColorName __foreColor,
	platformColorName __backColor,
	bool doInvert = false
)
Request Example View Source

Parameters

__foreColor
Type: imbACE.Core.enums.platformplatformColorName
__backColor
Type: imbACE.Core.enums.platformplatformColorName
doInvert (Optional)
Type: SystemBoolean

Implements

IPlatformBasesetColors(platformColorName, platformColorName, Boolean)
See Also