ColorInstruction Constructor

GeonBit.UI

ColorInstruction Constructor
Constructor to use when creating a color instruction.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ColorInstruction(
	string sColor
)

Parameters

sColor
Type: SystemString
The string representation of the color to use for rendering.
See Also