Click or drag to resize

imbAttribute Constructor (imbAttributeName, Color)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets _msg color as hexadecimal value, to specified imbAttributeName attribue

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbAttribute(
	imbAttributeName _name,
	Color _msg
)
Request Example View Source

Parameters

_name
Type: imbSCI.Core.attributesimbAttributeName
Attribute value to be set
_msg
Type: System.DrawingColor
System color value to be set
See Also