ParameterColor ​
A color parameter for a game effect.
Kind: Class
Namespace: CrowdControl.Common
Inheritance: ParameterBase → IParameterValue
Public Constructors
ParameterColor(string name, string id, Color value)
Creates a new instance of the CrowdControl.Common.ParameterColor class.
ParameterColor(string name, string id, string hexColor)
Creates a new instance of the CrowdControl.Common.ParameterColor class.
Public Attributes
Color
Value
The color value.
